X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectSpell.h;fp=src%2Fbattle%2Fstates%2FSelectSpell.h;h=03401c6bcbefef7557025059e4ec4f61b587ba5d;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=8ad19f1410b09e58e03fab4b59a9f35f1bd154e4;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/states/SelectSpell.h b/src/battle/states/SelectSpell.h index 8ad19f1..03401c6 100644 --- a/src/battle/states/SelectSpell.h +++ b/src/battle/states/SelectSpell.h @@ -8,9 +8,16 @@ #ifndef BATTLE_SELECTSPELL_H_ #define BATTLE_SELECTSPELL_H_ -#include "../fwd.h" +namespace battle { + class BattleState; + class SelectAttackType; +} +namespace math { + template + class Vector; +} + #include "../../app/State.h" -#include "../../math/Vector.h" namespace battle {