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
1 changed files with 5 additions and 1 deletions

View File

@ -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<string,vector<pair<string, string> > > &loadedFileList,
string parentLoader);
virtual string toString() const;
};