aboutsummaryrefslogtreecommitdiff
path: root/game/hud/SpeedScript.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-07 21:10:50 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-07 21:10:50 +0100
commit055ca804ebe27ea77f1c09079f119a0526426e70 (patch)
tree26955eeba11e10c3f5726a0eb23a602b867d37fa /game/hud/SpeedScript.h
parente7ff8a9d0cff724520c4fb7a13b77e93797759cf (diff)
fixed includes
Diffstat (limited to 'game/hud/SpeedScript.h')
-rw-r--r--game/hud/SpeedScript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/hud/SpeedScript.h b/game/hud/SpeedScript.h
index 8bd7271..76ada4f 100644
--- a/game/hud/SpeedScript.h
+++ b/game/hud/SpeedScript.h
@@ -1,7 +1,7 @@
#pragma once
-#include "api/Script.h"
-#include "manager/SaveManager.h"
+#include <crepe/api/Script.h>
+#include <crepe/manager/SaveManager.h>
class SpeedScript : public crepe::Script {
public: