diff options
-rw-r--r-- | game/hud/SpeedScript.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/hud/SpeedScript.cpp b/game/hud/SpeedScript.cpp index 73469d2..2ced47a 100644 --- a/game/hud/SpeedScript.cpp +++ b/game/hud/SpeedScript.cpp @@ -1,10 +1,10 @@ #include "SpeedScript.h" +#include "../Events.h" +#include "api/BehaviorScript.h" #include <crepe/api/Event.h> #include <crepe/api/KeyCodes.h> #include <crepe/manager/LoopTimerManager.h> -#include "../Events.h" -#include "api/BehaviorScript.h" using namespace crepe; using namespace std; |