first working version of "game hints" displayed while loading. ( still missing language support and techtree specific hint support )

This commit is contained in:
Titus Tscharntke
2012-06-17 22:52:30 +00:00
parent f5e8a523e3
commit dc99918cfe
5 changed files with 63 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ public:
bool getBool(const char *key,const char *defaultValueIfNotFound=NULL) const;
float getFloat(const char *key,const char *defaultValueIfNotFound=NULL) const;
const string getString(const char *key,const char *defaultValueIfNotFound=NULL) const;
const string getRandomString(const bool realrandom) const;
void setInt(const string &key, int value);
void setBool(const string &key, bool value);