initial checkin
diff --git a/tinyxml2.h b/tinyxml2.h
new file mode 100644
index 0000000..ce8b4a7
--- /dev/null
+++ b/tinyxml2.h
@@ -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
\ No newline at end of file