aboutsummaryrefslogtreecommitdiff
path: root/game/menus/endgame/EndGameSubScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/endgame/EndGameSubScript.h')
-rw-r--r--game/menus/endgame/EndGameSubScript.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/game/menus/endgame/EndGameSubScript.h b/game/menus/endgame/EndGameSubScript.h
index 2ce3ec7..62a2f0c 100644
--- a/game/menus/endgame/EndGameSubScript.h
+++ b/game/menus/endgame/EndGameSubScript.h
@@ -1,16 +1,15 @@
#pragma once
#include "../IFloatingWindowScript.h"
-#include "api/Event.h"
+
+#include <crepe/api/Event.h>
#include <crepe/api/Script.h>
class EndGameSubScript : public IFloatingWindowScript {
public:
EndGameSubScript(const std::string & tag);
- void init() override;
+ void init() override;
bool disable_all();
bool enable_all();
bool reset_timescale();
};
-
-