]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
Fixes to remove old (and unused) clock code
[virtualjaguar] / src / include / gui.h
index 2a3ca2ead8a77e5aa5b81e9eb09799fe0d819e3b..b42d8df28b753cd560d6dd0323efd17456024d24 100644 (file)
@@ -7,14 +7,20 @@
 #ifndef __GUI_H__
 #define __GUI_H__
 
+#include "types.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);
+//void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
+//bool GUIMain(void);
+bool GUIMain(char *);
+
+uint32 JaguarLoadROM(uint8 * rom, char * path);
+bool JaguarLoadFile(char * path);
 
 #ifdef __cplusplus
 }