X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FHero.h;h=787241906a96c35a92d035691a6c02815b3d8a32;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=623e2c4965fabbaaadc45efb3dbd3e47a7dd6149;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/common/Hero.h b/src/common/Hero.h index 623e2c4..7872419 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 @@ -113,4 +120,4 @@ private: } -#endif /* COMMON_HERO_H_ */ +#endif