From: Shamus Hammons Date: Fri, 4 Feb 2005 06:32:39 +0000 (+0000) Subject: Added comment X-Git-Tag: 2.0.0~104 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748b89d2d1a15c481966619286850967f9d19faa;hp=d239f761839f68e3171f51c35aea7b5c0bec3f33;p=virtualjaguar Added comment --- diff --git a/src/include/gui.h b/src/include/gui.h index b42d8df..ebd04c9 100644 --- a/src/include/gui.h +++ b/src/include/gui.h @@ -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);