X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FAttackChoice.h;h=1da0cdcde3a5b0a0e1f7b3969a384640f5de35a4;hb=d7d5ff97b2e4136141f5603d0ec9cef1d4467749;hp=8577976ce708d6eeb16a13fe752e6998af54df9c;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/battle/AttackChoice.h b/src/battle/AttackChoice.h index 8577976..1da0cdc 100644 --- a/src/battle/AttackChoice.h +++ b/src/battle/AttackChoice.h @@ -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 { @@ -43,4 +47,4 @@ private: } -#endif /* BATTLE_ATTACKCHOICE_H_ */ +#endif