mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44:00 +02:00
- bugfix for shared team resources
- added some new internal feature code to test auto updates for a future release
This commit is contained in:
@@ -54,6 +54,9 @@ private:
|
||||
static string scenarioPath;
|
||||
static string tutorialPath;
|
||||
|
||||
protected:
|
||||
void processTextLine(bool is_utf8_language, char *lineBuffer);
|
||||
|
||||
public:
|
||||
static void setApplicationPath(string value) { applicationPath=value; }
|
||||
static string getApplicationPath() { return applicationPath; }
|
||||
@@ -72,6 +75,8 @@ public:
|
||||
static string getTutorialPath() { return tutorialPath; }
|
||||
|
||||
void clear();
|
||||
|
||||
void loadFromText(const string &text);
|
||||
void load(const string &path,bool clearCurrentProperties=true);
|
||||
void save(const string &path);
|
||||
|
||||
|
Reference in New Issue
Block a user