summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-30 22:03:25 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-30 22:03:25 +0100
commit34a25d89b16a33b5f619ae0eaaa03c17f93980af (patch)
tree9a1778042b027bbf71256f7ce855157d913fb6c1 /src/xml.h
parent25771018926d71d9312f216238d6a33a8892a748 (diff)
Hacks.
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);
+};