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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/menus/endgame/EndGameSubScript.h b/game/menus/endgame/EndGameSubScript.h
index 62a2f0c..c25f6ca 100644
--- a/game/menus/endgame/EndGameSubScript.h
+++ b/game/menus/endgame/EndGameSubScript.h
@@ -5,6 +5,8 @@
#include <crepe/api/Event.h>
#include <crepe/api/Script.h>
+struct ShowScoreEvent : public crepe::Event {};
+
class EndGameSubScript : public IFloatingWindowScript {
public:
EndGameSubScript(const std::string & tag);
@@ -12,4 +14,5 @@ public:
bool disable_all();
bool enable_all();
bool reset_timescale();
+ bool showscore();
};