X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FSmallHeroTag.h;h=633cf805e542f6940aa921f7ff31988ee81338be;hb=d7d5ff97b2e4136141f5603d0ec9cef1d4467749;hp=7c038017fab49d156ba60083010e9eeba3fed86a;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/SmallHeroTag.h b/src/battle/SmallHeroTag.h index 7c03801..633cf80 100644 --- a/src/battle/SmallHeroTag.h +++ b/src/battle/SmallHeroTag.h @@ -1,9 +1,13 @@ #ifndef BATTLE_SMALLHEROTAG_H_ #define BATTLE_SMALLHEROTAG_H_ -#include "fwd.h" -#include "../math/Vector.h" -#include "../graphics/fwd.h" +namespace battle { + class BattleState; +} +namespace math { + template + class Vector; +} #include @@ -26,4 +30,4 @@ private: } -#endif /* BATTLE_SMALLHEROTAG_H_ */ +#endif