Setup Run menu state functions. More...
Go to the source code of this file.
Functions | |
| void | game_run_setup_change_background (void) |
| Change to the Run Setup menu background. | |
| void | game_run_setup_on_init (void) |
| Run Setup menu state initialization. | |
| void | game_run_setup_on_update (void) |
| Run Setup menu state update. | |
| void | game_run_setup_on_exit (void) |
| Run Setup menu cleanup. | |
Setup Run menu state functions.
Definition in file run_setup.h.
| void game_run_setup_change_background | ( | void | ) |
Change to the Run Setup menu background.
Definition at line 568 of file run_setup.c.
| void game_run_setup_on_exit | ( | void | ) |
Run Setup menu cleanup.
Definition at line 628 of file run_setup.c.
| void game_run_setup_on_init | ( | void | ) |
Run Setup menu state initialization.
Definition at line 576 of file run_setup.c.
| void game_run_setup_on_update | ( | void | ) |
Run Setup menu state update.
Definition at line 623 of file run_setup.c.