diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2010-12-30 05:04:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2010-12-30 05:04:04 +0100 |
commit | e465a280b562cf0ed4ab136e240437f6574189f8 (patch) | |
tree | ceb1f90df5dd15630c98f28b418aa1c475836799 /src/xml.h | |
download | virtualosc-e465a280b562cf0ed4ab136e240437f6574189f8.tar.gz |
old Virtual OSC Controller project exported from SVN working copy
unfortunately the repository is long gone, so is its history
working and tested for:
* POSIX/gcc (Linux, Windows Cygwin, OS/2 EMX)
* Open Watcom C (native OS/2 and Windows)
Diffstat (limited to 'src/xml.h')
-rw-r--r-- | src/xml.h | 9 |
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
|