diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 12:50:47 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 12:50:47 +0100 |
commit | 1e25ce23534c1dcc7bebfc9fe33c1b587f15643a (patch) | |
tree | 6fead7e7fa81f7ac747fa074eefcda99dea5cac9 /game/enemy/BattleScript.cpp | |
parent | 5dc1a71ee3be5f72cdce0a2fdef21f4b46955557 (diff) |
removed unwanted / removed lines
Diffstat (limited to 'game/enemy/BattleScript.cpp')
-rw-r--r-- | game/enemy/BattleScript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/enemy/BattleScript.cpp b/game/enemy/BattleScript.cpp index 1d263a3..2564e3d 100644 --- a/game/enemy/BattleScript.cpp +++ b/game/enemy/BattleScript.cpp @@ -3,7 +3,6 @@ #include "EnemyScript.h" #include <crepe/api/BehaviorScript.h> #include <crepe/api/Metadata.h> -#include "BattleWonEvent.h" #include "EnemyScript.h" using namespace std; using namespace crepe; |