X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectMoveAction.h;h=66f3642c096ecb2e68af538ffd88249e329683b6;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=0e973d4751c2e3698c9d1e8fc5a15bab6cdb74ca;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/states/SelectMoveAction.h b/src/battle/states/SelectMoveAction.h index 0e973d4..66f3642 100644 --- a/src/battle/states/SelectMoveAction.h +++ b/src/battle/states/SelectMoveAction.h @@ -8,9 +8,15 @@ #ifndef BATTLE_SELECTMOVEACTION_H_ #define BATTLE_SELECTMOVEACTION_H_ -#include "../fwd.h" +namespace battle { + class BattleState; +} +namespace math { + template + class Vector; +} + #include "../../app/State.h" -#include "../../math/Vector.h" namespace battle {