X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FTargetSelection.h;h=ba5317899cfeb6ef63196b9d61de74d5975da659;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=dc03285ced2c7884b8f67bdb412d1c896cbabe13;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/battle/TargetSelection.h b/src/battle/TargetSelection.h index dc03285..ba53178 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: