diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-29 08:26:31 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-29 08:26:31 +0100 |
| commit | d2c3f612b3d7b0071e98e589777d495ba45eafe4 (patch) | |
| tree | e3084f2ac5ea942c41cb2878263a397b1eaa1b56 /include/game.h | |
| parent | f2522c04446bb4bd597a8625f9398e67ff957565 (diff) | |
more sounds
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index f2fd0cb..03fbf11 100644 --- a/include/game.h +++ b/include/game.h @@ -14,6 +14,7 @@ typedef enum t_game_state { GAMESTATE_IDLE, GAMESTATE_LOADING_MAP, + GAMESTATE_LOADING_ASSETS, GAMESTATE_PLAYING, } game_state; |
