Round end game state functions. More...
Go to the source code of this file.
Functions | |
| void | game_round_end_change_background (void) |
| Change to the round end background. | |
| void | game_round_end_on_init (void) |
| Round end state initialization. | |
| void | game_round_end_on_update (void) |
| Round end state update. | |
| void | game_round_end_on_exit (void) |
| Round end cleanup. | |
Round end game state functions.
Definition in file round_end.h.
| void game_round_end_change_background | ( | void | ) |
Change to the round end background.
Definition at line 440 of file round_end.c.
| void game_round_end_on_exit | ( | void | ) |
Round end cleanup.
Definition at line 461 of file round_end.c.
| void game_round_end_on_init | ( | void | ) |
Round end state initialization.
Definition at line 449 of file round_end.c.
| void game_round_end_on_update | ( | void | ) |
Round end state update.
Definition at line 456 of file round_end.c.