X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.h;h=98cda935f4b08a27d0dbe7ccce1b960771671fe1;hb=3701b454bd2c868a886ae5287d8209b714649344;hp=da2c86662de617210c982357f41bb1c00a618bad;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/Hero.h b/src/battle/Hero.h index da2c866..98cda93 100644 --- a/src/battle/Hero.h +++ b/src/battle/Hero.h @@ -1,14 +1,18 @@ #ifndef BATTLE_HERO_H_ #define BATTLE_HERO_H_ -#include "fwd.h" +namespace battle { + struct Resources; +} +namespace math { + template + class Vector; +} + #include "AttackChoice.h" -#include "../common/fwd.h" #include "../common/Hero.h" #include "../common/Stats.h" -#include "../math/Vector.h" #include "../graphics/Animation.h" -#include "../graphics/fwd.h" #include "../graphics/Menu.h" #include @@ -102,4 +106,4 @@ private: } -#endif /* BATTLE_HERO_H_ */ +#endif