- fixup use of --data-path param

This commit is contained in:
SoftCoder
2014-01-03 08:01:33 -08:00
parent 2b9326197a
commit 85319b30fc
3 changed files with 14 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ private:
string path;
static string applicationPath;
static string applicationDataPath;
static string gameVersion;
static string techtreePath;
@@ -57,6 +58,9 @@ public:
static void setApplicationPath(string value) { applicationPath=value; }
static string getApplicationPath() { return applicationPath; }
static void setApplicationDataPath(string value) { applicationDataPath=value; }
static string getApplicationDataPath() { return applicationDataPath; }
static void setGameVersion(string value) { gameVersion=value; }
static string getGameVersion() { return gameVersion; }