]> git.sur5r.net Git - cc65/commitdiff
Removed param from tgi_init()
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 29 Dec 2002 20:58:36 +0000 (20:58 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 29 Dec 2002 20:58:36 +0000 (20:58 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1860 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/tgi.h

index 5e39efdfd2eaeb8e4a81925c85ce9a035cce4d46..b30286e3d000d92c66ddd36be8405aef54387cc3 100644 (file)
@@ -79,8 +79,8 @@ void __fastcall__ tgi_load_driver (const char* name);
 void __fastcall__ tgi_unload (void);
 /* Unload the currently loaded driver. Will call tgi_done if necessary. */
 
-void __fastcall__ tgi_init (unsigned char mode);
-/* Initialize the given graphics mode. */
+void __fastcall__ tgi_init (void);
+/* Initialize the already loaded graphics driver */
 
 void __fastcall__ tgi_done (void);
 /* End graphics mode, switch back to text mode. Will NOT unload the driver! */