From 59d902df725c2d6a1b7cad016326ca51316b937f Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 11 Jan 2022 17:06:20 +0100 Subject: clang format blind letsgo ! --- src/window.hpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/window.hpp') 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_ -- cgit v1.2.3