mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
somthing was missing in the header ....
This commit is contained in:
parent
cb98df354d
commit
b8766a9388
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user