X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FAttackChoice.h;h=1da0cdcde3a5b0a0e1f7b3969a384640f5de35a4;hb=eb2ad5ffd08128d31af32f3929a3295fcfa251e9;hp=d332b267f70a6facf473ad1d47bbc516e8071d7b;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/battle/AttackChoice.h b/src/battle/AttackChoice.h index d332b26..1da0cdc 100644 --- a/src/battle/AttackChoice.h +++ b/src/battle/AttackChoice.h @@ -1,15 +1,12 @@ -/* - * AttackChoice.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef BATTLE_ATTACKCHOICE_H_ #define BATTLE_ATTACKCHOICE_H_ +namespace common { + class Item; + class Spell; +} + #include "TargetSelection.h" -#include "../common/fwd.h" namespace battle { @@ -50,4 +47,4 @@ private: } -#endif /* BATTLE_ATTACKCHOICE_H_ */ +#endif