X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FCapsule.h;fp=src%2Fcommon%2FCapsule.h;h=1e2a6311f07fe1f27ad871a527f24567f575fa21;hb=3d69f521b593457304b282e5f23e36ab165288b6;hp=a1afc1b2c012ddd1b0647f1ff185ecffdc46e3d3;hpb=8f4cb4e8ad954ba73fb78a030c969c933a7ed60c;p=l2e.git diff --git a/src/common/Capsule.h b/src/common/Capsule.h index a1afc1b..1e2a631 100644 --- a/src/common/Capsule.h +++ b/src/common/Capsule.h @@ -3,13 +3,13 @@ namespace common { class Item; + class Upgrade; } namespace graphics { class Animation; class Sprite; } -#include "Hero.h" #include "../common/Stats.h" #include "../math/Vector.h" @@ -67,7 +67,7 @@ public: int Experience() const { return experience; } int NextLevel() const; - void AddExperience(int, std::vector &); + void AddExperience(int, std::vector &); graphics::Sprite *BattleSprite(); const graphics::Sprite *BattleSprite() const;