1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-21 15:32:41 +00:00

Removed param from tgi_init()

git-svn-id: svn://svn.cc65.org/cc65/trunk@1860 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-12-29 20:58:36 +00:00
parent 6323d98d4f
commit cd77c6ab90

View 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! */