aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-11 17:06:20 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-11 17:06:20 +0100
commit59d902df725c2d6a1b7cad016326ca51316b937f (patch)
treeeae43bbc5d3faf3799fe242f1648115e17a9df67 /src/window.hpp
parentclang-format chromium test (diff)
downloadthreshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.gz
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.bz2
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.xz
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.zst
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.zip
clang format blind letsgo !
Diffstat (limited to '')
-rw-r--r--src/window.hpp13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/window.hpp b/src/window.hpp
index ac018c0..b2f62c8 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -13,11 +13,16 @@
int initWindow(void);
-#define SCREENWIDTH 1600
+#define SCREENWIDTH 1600
#define SCREENHEIGHT 900
typedef enum gameState {
-TITLE = 0, PICK, DEATH, GAMEPLAY, NEXT, ENDING
-} gameState ;
+ TITLE = 0,
+ PICK,
+ DEATH,
+ GAMEPLAY,
+ NEXT,
+ ENDING
+} gameState;
-#endif // WINDOW_H_
+#endif // WINDOW_H_