aboutsummaryrefslogtreecommitdiff
path: root/game/menus/endgame/EndGameSubScript.cpp
diff options
context:
space:
mode:
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){