aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/BattleWonEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/enemy/BattleWonEvent.h')
-rw-r--r--game/enemy/BattleWonEvent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/game/enemy/BattleWonEvent.h b/game/enemy/BattleWonEvent.h
new file mode 100644
index 0000000..a48dbad
--- /dev/null
+++ b/game/enemy/BattleWonEvent.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <crepe/api/Event.h>
+struct BattleWonEvent : public crepe::Event{
+
+};