aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.h b/src/game.h
index 74252e6..e93afc9 100644
--- a/src/game.h
+++ b/src/game.h
@@ -1,6 +1,6 @@
#include "gameCommon.h"
-#include "mainMenu.h"
-#include "gameScreen.h"
+#include "screens/mainMenu.h"
+#include "screens/gameScreen.h"
#include "cameras.h"
#include "entity.h"
#include "assets.h"
@@ -9,7 +9,7 @@
#include "bullets.h"
#include "levels.h"
#include "killLog.h"
-#include "howToPlayScreen.h"
+#include "screens/howToPlayScreen.h"
#ifndef GAME_H
#define GAME_H