X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectTarget.h;h=121b8ad235f72638aef1c60698d3255e6921a87b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=8970260042030ea2fff4520e881e63fda3c9e07d;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/states/SelectTarget.h b/src/battle/states/SelectTarget.h index 8970260..121b8ad 100644 --- a/src/battle/states/SelectTarget.h +++ b/src/battle/states/SelectTarget.h @@ -8,10 +8,20 @@ #ifndef BATTLE_SELECTTARGET_H_ #define BATTLE_SELECTTARGET_H_ -#include "../fwd.h" +namespace battle { + class BattleState; + class SelectAttackType; + class TargetSelection; +} +namespace math { + template + class Vector; +} +namespace graphics { + class Sprite; +} + #include "../../app/State.h" -#include "../../math/Vector.h" -#include "../../graphics/fwd.h" namespace battle {