diff options
Diffstat (limited to 'src/window.hpp')
-rw-r--r-- | src/window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp index 24d6f4c..ac018c0 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -17,7 +17,7 @@ int initWindow(void); #define SCREENHEIGHT 900 typedef enum gameState { -TITLE = 0, PICK, GAMEPLAY, NEXT, ENDING +TITLE = 0, PICK, DEATH, GAMEPLAY, NEXT, ENDING } gameState ; #endif // WINDOW_H_ |