aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/BattleScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/enemy/BattleScript.h')
-rw-r--r--game/enemy/BattleScript.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/enemy/BattleScript.h b/game/enemy/BattleScript.h
index 55ca166..f91c597 100644
--- a/game/enemy/BattleScript.h
+++ b/game/enemy/BattleScript.h
@@ -4,6 +4,10 @@
#include <crepe/api/BehaviorScript.h>
#include <crepe/api/Event.h>
#include <random>
+struct BattleWonEvent : public crepe::Event{
+
+};
+
struct BattleStartEvent : public crepe::Event{
public:
int num_enemies = 0;