mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 07:52:51 +02:00
somthing was missing in the header ....
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user