7 |
|
#ifndef _SiteMapper_hpp_ |
8 |
|
#define _SiteMapper_hpp_ |
9 |
|
|
10 |
+ |
#include <menes/platform.hpp> |
11 |
+ |
|
12 |
+ |
#ifdef MENES_PRAGMA_ONCE |
13 |
+ |
#pragma once |
14 |
+ |
#endif |
15 |
+ |
|
16 |
|
#ifdef _WIN32 |
17 |
|
#pragma warning(disable:4267) |
18 |
|
#endif |
19 |
|
|
14 |
– |
#include <menes/platform.hpp> |
15 |
– |
|
16 |
– |
#include <string> |
17 |
– |
#include <map> |
18 |
– |
|
20 |
|
#include <menes-api/console.hpp> |
21 |
|
#include <menes-api/files.hpp> |
22 |
|
#include <menes-ios/string.hpp> |
25 |
|
#include <menes-xml/parse.hpp> |
26 |
|
#include <menes-xml/textwriter.hpp> |
27 |
|
|
28 |
+ |
#include <string> |
29 |
+ |
#include <map> |
30 |
+ |
|
31 |
|
extern ext::String program; |
32 |
|
extern bool debug; |
33 |
|
|