somthing was missing in the header ....

This commit is contained in:
Titus Tscharntke 2011-07-02 19:02:25 +00:00
parent cb98df354d
commit b8766a9388

View File

@ -307,8 +307,12 @@ private:
bool animHpBound; bool animHpBound;
public: public:
bool getAnimHpBound() const {return animHpBound;}
BeBuiltSkillType(); BeBuiltSkillType();
bool getAnimHpBound() const {return animHpBound;}
virtual void load(const XmlNode *sn, const string &dir, const TechTree *tt,
const FactionType *ft, std::map<string,vector<pair<string, string> > > &loadedFileList,
string parentLoader);
virtual string toString() const; virtual string toString() const;
}; };