U-Lama\Lee | e13c3e6 | 2011-12-28 14:36:55 -0800 | [diff] [blame^] | 1 | #ifndef TINYXML2_INCLUDED |
2 | #define TINYXML2_INCLUDED | ||||
3 | |||||
4 | |||||
5 | namespace tinyxml2 | ||||
6 | { | ||||
7 | |||||
8 | |||||
9 | class Element | ||||
10 | { | ||||
11 | public: | ||||
12 | Element | ||||
13 | }; | ||||
14 | |||||
15 | |||||
16 | class XMLDocument | ||||
17 | { | ||||
18 | public: | ||||
19 | XMLDocument(); | ||||
20 | |||||
21 | bool Parse( const char* ); | ||||
22 | |||||
23 | private: | ||||
24 | XMLDocument( const XMLDocument& ); // not implemented | ||||
25 | }; | ||||
26 | |||||
27 | |||||
28 | |||||
29 | |||||
30 | |||||
31 | }; // tinyxml2 | ||||
32 | |||||
33 | #endif // TINYXML2_INCLUDED |