]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added InitGUI & GUIDone functions ;-)
authorShamus Hammons <jlhamm@acm.org>
Fri, 5 Sep 2003 18:00:33 +0000 (18:00 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 5 Sep 2003 18:00:33 +0000 (18:00 +0000)
src/include/gui.h

index 3836adb301595e51db7d1d4e8ed4afb6487d1d64..2a3ca2ead8a77e5aa5b81e9eb09799fe0d819e3b 100644 (file)
@@ -11,6 +11,8 @@
 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);