summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h1
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;