X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FSmallHeroTag.h;h=7ab47e611a3f5771647d0ae7f15f5a89547acbc3;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=7c038017fab49d156ba60083010e9eeba3fed86a;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/SmallHeroTag.h b/src/battle/SmallHeroTag.h index 7c03801..7ab47e6 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