From b8766a938818116c7f30a023212b94a59642dd6c Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Sat, 2 Jul 2011 19:02:25 +0000 Subject: [PATCH] somthing was missing in the header .... --- source/glest_game/types/skill_type.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/glest_game/types/skill_type.h b/source/glest_game/types/skill_type.h index af05a589..971fa609 100644 --- a/source/glest_game/types/skill_type.h +++ b/source/glest_game/types/skill_type.h @@ -307,8 +307,12 @@ private: bool animHpBound; public: - bool getAnimHpBound() const {return animHpBound;} BeBuiltSkillType(); + bool getAnimHpBound() const {return animHpBound;} + + virtual void load(const XmlNode *sn, const string &dir, const TechTree *tt, + const FactionType *ft, std::map > > &loadedFileList, + string parentLoader); virtual string toString() const; };