Game Over screen state functions. More...
Go to the source code of this file.
Functions | |
| void | game_lose_on_init (void) |
| Game Over screen state initialization when losing. | |
| void | game_win_on_init (void) |
| Game Over screen state initialization when winning. | |
| void | game_over_on_update (void) |
| Game Over screen state update. | |
| void | game_over_on_exit (void) |
| Game Over screen cleanup, common to both losing and winning. | |
Game Over screen state functions.
Definition in file game_over.h.
| void game_lose_on_init | ( | void | ) |
Game Over screen state initialization when losing.
Definition at line 191 of file game_over.c.
| void game_over_on_exit | ( | void | ) |
Game Over screen cleanup, common to both losing and winning.
Definition at line 298 of file game_over.c.
| void game_over_on_update | ( | void | ) |
Game Over screen state update.
Definition at line 209 of file game_over.c.
| void game_win_on_init | ( | void | ) |
Game Over screen state initialization when winning.
Definition at line 183 of file game_over.c.