X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;fp=src%2Fbattle%2FHeroTag.h;h=d6ef82d349e88a25cbb504a7c0f8a39a1ae7ba37;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=24c8f8a6da4109c4e564023d9f1211cd83e98a0b;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index 24c8f8a..d6ef82d 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -1,10 +1,16 @@ #ifndef BATTLE_HEROTAG_H_ #define BATTLE_HEROTAG_H_ -#include "fwd.h" -#include "Hero.h" -#include "../math/Vector.h" -#include "../graphics/fwd.h" +namespace battle { + class BattleState; +} +namespace graphics { + class Sprite; +} +namespace math { + template + class Vector; +} #include