X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FHero.h;h=7014331b844b6cad7586edf7cc9bc1c5c7b08464;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=623e2c4965fabbaaadc45efb3dbd3e47a7dd6149;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/common/Hero.h b/src/common/Hero.h index 623e2c4..7014331 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -1,9 +1,16 @@ #ifndef COMMON_HERO_H_ #define COMMON_HERO_H_ -#include "fwd.h" +namespace common { + class Item; + class Spell; +} +namespace graphics { + class Animation; + class Sprite; +} + #include "Stats.h" -#include "../graphics/fwd.h" #include "../map/Entity.h" #include