diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |