]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
Changes to support new video subsystem
[virtualjaguar] / src / include / gui.h
index 9259796c93a7d08c859fa426dcc677a0cef73719..3836adb301595e51db7d1d4e8ed4afb6487d1d64 100644 (file)
@@ -7,6 +7,15 @@
 #ifndef __GUI_H__
 #define __GUI_H__
 
-void DrawText(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+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__