aboutsummaryrefslogtreecommitdiff
path: root/game/hud/HudScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/hud/HudScript.h')
-rw-r--r--game/hud/HudScript.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/game/hud/HudScript.h b/game/hud/HudScript.h
index cf939f4..5b9ec17 100644
--- a/game/hud/HudScript.h
+++ b/game/hud/HudScript.h
@@ -1,8 +1,8 @@
#pragma once
-#include "api/Event.h"
-#include "api/Script.h"
-#include "manager/SaveManager.h"
+#include <crepe/api/Event.h>
+#include <crepe/api/Script.h>
+#include <crepe/manager/SaveManager.h>
struct GetCoinEvent : public crepe::Event {
int amount_of_coins;