X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectAttackType.h;h=b7903a7766c02beae5ff6264841788e2379b8973;hb=667e1d9c6a78d0b608b518a4e5b5c31bc30e4e89;hp=c8f6e99604775092ffe4c0998fd8b2faa6e29fd0;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/battle/states/SelectAttackType.h b/src/battle/states/SelectAttackType.h index c8f6e99..b7903a7 100644 --- a/src/battle/states/SelectAttackType.h +++ b/src/battle/states/SelectAttackType.h @@ -1,16 +1,15 @@ -/* - * SelectAttackType.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTATTACKTYPE_H_ #define BATTLE_SELECTATTACKTYPE_H_ -#include "../fwd.h" +namespace battle { + class BattleState; +} +namespace math { + template + class Vector; +} + #include "../../app/State.h" -#include "../../math/Vector.h" namespace battle { @@ -43,4 +42,4 @@ private: }; } -#endif /* BATTLE_SELECTATTACKTYPE_H_ */ +#endif