X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FHero.h;h=787241906a96c35a92d035691a6c02815b3d8a32;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=00924d400ef7eaf3f2fca291d80c695132141076;hpb=ec18252fd6199492c40b98abab289c375a5a41b7;p=l2e.git diff --git a/src/common/Hero.h b/src/common/Hero.h index 00924d4..7872419 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -1,16 +1,16 @@ -/* - * Hero.h - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #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 @@ -120,4 +120,4 @@ private: } -#endif /* COMMON_HERO_H_ */ +#endif