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