initial checkin
This commit is contained in:
33
tinyxml2.h
Normal file
33
tinyxml2.h
Normal file
@@ -0,0 +1,33 @@
|
||||
#ifndef TINYXML2_INCLUDED
|
||||
#define TINYXML2_INCLUDED
|
||||
|
||||
|
||||
namespace tinyxml2
|
||||
{
|
||||
|
||||
|
||||
class Element
|
||||
{
|
||||
public:
|
||||
Element
|
||||
};
|
||||
|
||||
|
||||
class XMLDocument
|
||||
{
|
||||
public:
|
||||
XMLDocument();
|
||||
|
||||
bool Parse( const char* );
|
||||
|
||||
private:
|
||||
XMLDocument( const XMLDocument& ); // not implemented
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}; // tinyxml2
|
||||
|
||||
#endif // TINYXML2_INCLUDED
|
||||
Reference in New Issue
Block a user