diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-30 22:03:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-30 22:03:25 +0100 |
| commit | 34a25d89b16a33b5f619ae0eaaa03c17f93980af (patch) | |
| tree | 9a1778042b027bbf71256f7ce855157d913fb6c1 /src/xml.h | |
| parent | 25771018926d71d9312f216238d6a33a8892a748 (diff) | |
Hacks.
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 6 |
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); +}; |
