aboutsummaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/game.h b/include/game.h
index 9cdcf71..6b37293 100644
--- a/include/game.h
+++ b/include/game.h
@@ -8,9 +8,4 @@ typedef enum GameScreen {
SCREEN_GAME_OVER
} GameScreen;
-#define SCREEN_WIDTH 1280
-#define SCREEN_HEIGHT 720
-
-#define BACKGROUND_COLOR (Color){ 88, 68, 34, 255 }
-
#endif // GAME_H