From 748b89d2d1a15c481966619286850967f9d19faa Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Fri, 4 Feb 2005 06:32:39 +0000 Subject: [PATCH] Added comment --- src/include/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.37.2