X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FTargetSelection.h;fp=src%2Fbattle%2FTargetSelection.h;h=ba5317899cfeb6ef63196b9d61de74d5975da659;hb=2255d436a0c2acc10b015827366a72b2ece86094;hp=dc03285ced2c7884b8f67bdb412d1c896cbabe13;hpb=e1edc92c4fb834c8061118e89c0d7e239742b030;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: