]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackChoice.h
added capsule attack/animation handling
[l2e.git] / src / battle / AttackChoice.h
index 8577976ce708d6eeb16a13fe752e6998af54df9c..b73e4203b54ef9f710867b5008b3bd636dc36e82 100644 (file)
@@ -1,8 +1,12 @@
 #ifndef BATTLE_ATTACKCHOICE_H_
 #define BATTLE_ATTACKCHOICE_H_
 
+namespace common {
+       class Item;
+       class Spell;
+}
+
 #include "TargetSelection.h"
-#include "../common/fwd.h"
 
 namespace battle {