]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
Small header sanity update
[virtualjaguar] / src / include / gui.h
index 3836adb301595e51db7d1d4e8ed4afb6487d1d64..14fe212f0d80d90214d9152e499553549e853539 100644 (file)
@@ -7,12 +7,21 @@
 #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);
+//bool UserSelectFile(char * path, char * filename);
+bool GUIMain(void);
+
+uint32 JaguarLoadROM(uint8 * rom, char * path);
+//void JaguarLoadCart(uint8 * mem, char * path);
+bool JaguarLoadFile(char * path);
 
 #ifdef __cplusplus
 }