aboutsummaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h
new file mode 100644
index 0000000..4717172
--- /dev/null
+++ b/src/xml.h
@@ -0,0 +1,9 @@
+
+#ifndef __XML_H
+#define __XML_H
+
+#include <SDL.h>
+
+int Xml_ReadInterface(const char *file, SDL_Surface *surface);
+
+#endif