rename struct mode to _screen_mode resp. ScreenMode to keep Doxygen happy
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user