aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-07 17:36:36 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-07 17:36:36 +0100
commit5abebc5f1e81506b0d978154ab6d030b376c3f4b (patch)
treefe48ff7c7d61699caf63fa7009a98a99b72b673a /src/window.hpp
parentdisplay next level (diff)
downloadthreshold-5abebc5f1e81506b0d978154ab6d030b376c3f4b.tar.gz
threshold-5abebc5f1e81506b0d978154ab6d030b376c3f4b.tar.bz2
threshold-5abebc5f1e81506b0d978154ab6d030b376c3f4b.tar.xz
threshold-5abebc5f1e81506b0d978154ab6d030b376c3f4b.tar.zst
threshold-5abebc5f1e81506b0d978154ab6d030b376c3f4b.zip
interface work in progress
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp
index bba7c07..24d6f4c 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -17,7 +17,7 @@ int initWindow(void);
#define SCREENHEIGHT 900
typedef enum gameState {
-TITLE = 0, GAMEPLAY, NEXT, ENDING
+TITLE = 0, PICK, GAMEPLAY, NEXT, ENDING
} gameState ;
#endif // WINDOW_H_