aboutsummaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-05 17:11:53 +1000
committerquou <quou@disroot.org>2024-10-05 17:11:53 +1000
commite95936bb0e68479864a86e121a749d45ee7b0a78 (patch)
tree1a9ab2d8f31dc0138fb07de7c370cafecb80836a /game.h
parent964dfd035bf2eb458a549c7fca84d60cd6f71c9d (diff)
game over
Diffstat (limited to 'game.h')
-rw-r--r--game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.h b/game.h
index 590cc56..43d9779 100644
--- a/game.h
+++ b/game.h
@@ -12,6 +12,7 @@ typedef enum {
game_state_menu,
game_state_play,
game_state_generate,
+ game_state_reset,
game_state_fade_in,
game_state_fade_out,
game_state_over