X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FTargetSelection.h;h=3c70518f21613540c7c0cc2dd029acb02f95cdf2;hb=667e1d9c6a78d0b608b518a4e5b5c31bc30e4e89;hp=dc03285ced2c7884b8f67bdb412d1c896cbabe13;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/battle/TargetSelection.h b/src/battle/TargetSelection.h index dc03285..3c70518 100644 --- a/src/battle/TargetSelection.h +++ b/src/battle/TargetSelection.h @@ -1,13 +1,16 @@ #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: @@ -81,4 +84,4 @@ private: } -#endif /* BATTLE_TARGETSELECTION_H_ */ +#endif