]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui.h
Renamed clock.cpp/h to event.cpp/h, did some long overdue cleanups to
[virtualjaguar] / src / gui.h
index 512b6c70cced6604b1c649b6b87509617d860b32..6520f53612305e28727d5d0803b8a364f66d437c 100644 (file)
--- a/src/gui.h
+++ b/src/gui.h
 extern "C" {
 #endif
 
-void InitGUI(void);
+void GUIInit(void);
 void GUIDone(void);
 bool GUIMain(char *);
+void GUICrashGracefully(const char *);
 
 // Exported vars
 
 extern bool showGUI;
-extern bool finished;
+extern bool exitGUI;                                                   // Hmm.
+extern bool finished;                                                  // Current emulator loop is finished
 
 #ifdef __cplusplus
 }