Options menu state functions. More...
Go to the source code of this file.
Functions | |
| void | game_options_menu_change_background (void) |
| Change the options menu background. | |
| void | game_options_menu_on_init (void) |
| Options menu state initialization. | |
| void | game_options_menu_on_update (void) |
| Options menu state update. | |
| void | game_options_menu_on_exit (void) |
| Options menu cleanup (called when going back to main menu) | |
Options menu state functions.
Definition in file options_menu.h.
| void game_options_menu_change_background | ( | void | ) |
Change the options menu background.
Definition at line 359 of file options_menu.c.
| void game_options_menu_on_exit | ( | void | ) |
Options menu cleanup (called when going back to main menu)
Definition at line 429 of file options_menu.c.
| void game_options_menu_on_init | ( | void | ) |
Options menu state initialization.
Definition at line 399 of file options_menu.c.
| void game_options_menu_on_update | ( | void | ) |
Options menu state update.
Definition at line 415 of file options_menu.c.