From 18c26edd6bae8ce5bd26e0ab632086725f492871 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 22 Dec 2023 02:06:49 -0700 Subject: Moved the screens to a better place --- src/game.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game.h') 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 -- cgit v1.2.3