]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
More complete config file...
[virtualjaguar] / src / include / gui.h
index 05ff8dd407eff4614a9e4a65d1e76973895e6820..2a3ca2ead8a77e5aa5b81e9eb09799fe0d819e3b 100644 (file)
@@ -7,6 +7,17 @@
 #ifndef __GUI_H__
 #define __GUI_H__
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 
+void InitGUI(void);
+void GUIDone(void);
+void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
+bool UserSelectFile(char * path, char * filename);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif // __GUI_H__