]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added comment
authorShamus Hammons <jlhamm@acm.org>
Fri, 4 Feb 2005 06:32:39 +0000 (06:32 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 4 Feb 2005 06:32:39 +0000 (06:32 +0000)
src/include/gui.h

index b42d8df28b753cd560d6dd0323efd17456024d24..ebd04c9558fa56de490913cae82bf558d9427321 100644 (file)
@@ -15,10 +15,10 @@ extern "C" {
 
 void InitGUI(void);
 void GUIDone(void);
-//void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
-//bool GUIMain(void);
 bool GUIMain(char *);
 
+// Not sure why these are in *this* file, but here they are... :-/
+
 uint32 JaguarLoadROM(uint8 * rom, char * path);
 bool JaguarLoadFile(char * path);