X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.h;h=0d2ce0ede1d9e9f7ebccc56cadfce6f790350d3f;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=da2c86662de617210c982357f41bb1c00a618bad;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/Hero.h b/src/battle/Hero.h index da2c866..0d2ce0e 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