rename struct mode to _screen_mode resp. ScreenMode to keep Doxygen happy

This commit is contained in:
marschap
2008-12-21 17:24:48 +00:00
parent 969e1369c0
commit 02d2bca304
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
int mode_init(void);
void mode_close(void);
int update_screen(mode * m, int display);
int update_screen(ScreenMode *m, int display);
int credit_screen(int rep, int display, int *flags_ptr);