From 055ca804ebe27ea77f1c09079f119a0526426e70 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Tue, 7 Jan 2025 21:10:50 +0100 Subject: fixed includes --- game/hud/SpeedScript.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'game/hud/SpeedScript.cpp') diff --git a/game/hud/SpeedScript.cpp b/game/hud/SpeedScript.cpp index 69534d9..c9f7188 100644 --- a/game/hud/SpeedScript.cpp +++ b/game/hud/SpeedScript.cpp @@ -1,7 +1,8 @@ #include "SpeedScript.h" -#include "api/Event.h" -#include "api/KeyCodes.h" -#include "manager/LoopTimerManager.h" + +#include +#include +#include using namespace crepe; using namespace std; -- cgit v1.2.3