- changed to git version stamp

This commit is contained in:
SoftCoder
2013-11-29 13:13:30 -08:00
parent 1a8673feb3
commit f217db38f1
13 changed files with 95 additions and 105 deletions

View File

@@ -186,9 +186,9 @@ void findAll(const string &path, vector<string> &results, bool cutExtension=fals
vector<string> getFolderTreeContentsListRecursively(const string &path, const string &filterFileExt, bool includeFolders=false, vector<string> *recursiveMap=NULL);
string getGameVersion();
string getGameSVNVersion();
string getGameGITVersion();
void setGameVersion(string version);
void setGameSVNVersion(string svn);
void setGameGITVersion(string git);
string getCRCCacheFilePath();
void setCRCCacheFilePath(string path);