diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-08 20:12:47 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-08 20:12:47 +0100 |
commit | 3e1ea45475e630ece8fc1d27d0f711226f250ad4 (patch) | |
tree | dada0ef9651c2542d1fbef2ac8c58de86f11cb7f /src/window.hpp | |
parent | release v0.0.7 interface DONE skip v0.0.6 because I CAN (diff) | |
download | threshold-3e1ea45475e630ece8fc1d27d0f711226f250ad4.tar.gz threshold-3e1ea45475e630ece8fc1d27d0f711226f250ad4.tar.bz2 threshold-3e1ea45475e630ece8fc1d27d0f711226f250ad4.tar.xz threshold-3e1ea45475e630ece8fc1d27d0f711226f250ad4.tar.zst threshold-3e1ea45475e630ece8fc1d27d0f711226f250ad4.zip |
cool man. death is fucked yo
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_ |