1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Add the fullscreen mode to .ini config

This commit is contained in:
adrian17
2014-07-30 14:13:32 +02:00
parent 7d3e7a596e
commit 5df3dbe671
5 changed files with 33 additions and 11 deletions

View File

@@ -77,7 +77,6 @@ void osinterface_draw();
void osinterface_free();
void osinterface_update_palette(char* colours, int start_index, int num_colours);
int g_current_fullscreen_mode;
void osinterface_set_fullscreen_mode(int mode);
void osinterface_set_cursor(char cursor);