aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
Diffstat (limited to 'game')
-rw-r--r--game/player/PlayerSubScene.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/game/player/PlayerSubScene.cpp b/game/player/PlayerSubScene.cpp
index 166d54b..ccf3d42 100644
--- a/game/player/PlayerSubScene.cpp
+++ b/game/player/PlayerSubScene.cpp
@@ -2,16 +2,16 @@
#include "PlayerScript.h"
#include "../Config.h"
-#include "api/BoxCollider.h"
-#include "api/ParticleEmitter.h"
-#include "types.h"
#include <crepe/api/Animator.h>
+#include <crepe/api/BoxCollider.h>
#include <crepe/api/CircleCollider.h>
#include <crepe/api/GameObject.h>
+#include <crepe/api/ParticleEmitter.h>
#include <crepe/api/Scene.h>
#include <crepe/api/Script.h>
#include <crepe/api/Sprite.h>
+#include <crepe/types.h>
using namespace crepe;
using namespace std;