diff options
Diffstat (limited to 'game/StartGameScript.cpp')
-rw-r--r-- | game/StartGameScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/StartGameScript.cpp b/game/StartGameScript.cpp index 8fbc17d..77a8598 100644 --- a/game/StartGameScript.cpp +++ b/game/StartGameScript.cpp @@ -1,7 +1,7 @@ -#include <iostream> #include "StartGameScript.h" #include "Config.h" #include "api/BehaviorScript.h" +#include <iostream> #include <crepe/api/Animator.h> #include <crepe/api/AudioSource.h> |