X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectMoveAction.h;h=1eb7a48d8fb254da7b586d6ad64cbb272fa7eba7;hb=667e1d9c6a78d0b608b518a4e5b5c31bc30e4e89;hp=0e973d4751c2e3698c9d1e8fc5a15bab6cdb74ca;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/battle/states/SelectMoveAction.h b/src/battle/states/SelectMoveAction.h index 0e973d4..1eb7a48 100644 --- a/src/battle/states/SelectMoveAction.h +++ b/src/battle/states/SelectMoveAction.h @@ -1,16 +1,15 @@ -/* - * SelectMoveAction.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #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 { @@ -44,4 +43,4 @@ private: } -#endif /* BATTLE_SELECTMOVEACTION_H_ */ +#endif