summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h
new file mode 100644
index 00000000..5cfa4947
--- /dev/null
+++ b/src/xml.h
@@ -0,0 +1,6 @@
+
+class XMLFile
+{
+public:
+ XMLFile (std::string file);
+};