X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;h=d3bd9f56b234a5a9a0736d6677acc398422bec36;hb=HEAD;hp=24c8f8a6da4109c4e564023d9f1211cd83e98a0b;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index 24c8f8a..d3bd9f5 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 @@ -31,4 +37,4 @@ private: } -#endif /* BATTLE_HEROTAG_H_ */ +#endif