diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/player/PlayerSubScene.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/player/PlayerSubScene.cpp b/game/player/PlayerSubScene.cpp index 00b7810..42b969c 100644 --- a/game/player/PlayerSubScene.cpp +++ b/game/player/PlayerSubScene.cpp @@ -1,7 +1,8 @@ #include "PlayerSubScene.h" -#include "Config.h" #include "PlayerScript.h" +#include "../Config.h" + #include <crepe/api/Animator.h> #include <crepe/api/GameObject.h> #include <crepe/api/Scene.h> |