X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FTargetSelection.h;h=3c70518f21613540c7c0cc2dd029acb02f95cdf2;hb=3701b454bd2c868a886ae5287d8209b714649344;hp=06d6f44198cda86c59341b314d4034a824cddd8a;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/battle/TargetSelection.h b/src/battle/TargetSelection.h index 06d6f44..3c70518 100644 --- a/src/battle/TargetSelection.h +++ b/src/battle/TargetSelection.h @@ -1,20 +1,16 @@ -/* - * TargetSelection.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef BATTLE_TARGETSELECTION_H_ #define BATTLE_TARGETSELECTION_H_ -#include "fwd.h" -#include "../common/fwd.h" +namespace common { + class TargetingMode; +} #include namespace battle { +class BattleState; + class TargetSelection { public: @@ -88,4 +84,4 @@ private: } -#endif /* BATTLE_TARGETSELECTION_H_ */ +#endif