aboutsummaryrefslogtreecommitdiff
path: root/game/menus/endgame/EndGameSubScript.cpp
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/menus/endgame/EndGameSubScript.cpp
parente7ff8a9d0cff724520c4fb7a13b77e93797759cf (diff)
fixed includes
Diffstat (limited to 'game/menus/endgame/EndGameSubScript.cpp')
-rw-r--r--game/menus/endgame/EndGameSubScript.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/game/menus/endgame/EndGameSubScript.cpp b/game/menus/endgame/EndGameSubScript.cpp
index 2be6931..2204df0 100644
--- a/game/menus/endgame/EndGameSubScript.cpp
+++ b/game/menus/endgame/EndGameSubScript.cpp
@@ -1,12 +1,15 @@
#include "EndGameSubScript.h"
+
#include "../IFloatingWindowScript.h"
-#include "api/Button.h"
-#include "api/Sprite.h"
-#include "api/Text.h"
-#include "types.h"
#include "../../Events.h"
+
#include <string>
+#include <crepe/api/Button.h>
+#include <crepe/api/Sprite.h>
+#include <crepe/api/Text.h>
+#include <crepe/types.h>
+
using namespace crepe;
EndGameSubScript::EndGameSubScript(const std::string & tag){