- attempt to fix crc file bug

This commit is contained in:
Mark Vejvoda
2013-10-18 15:47:17 +00:00
parent 23552eb1a7
commit 9224a7e242
6 changed files with 71 additions and 4 deletions

View File

@@ -185,6 +185,11 @@ void findAll(const vector<string> &paths, const string &fileFilter, vector<strin
void findAll(const string &path, vector<string> &results, bool cutExtension=false, bool errorOnNotFound=true);
vector<string> getFolderTreeContentsListRecursively(const string &path, const string &filterFileExt, bool includeFolders=false, vector<string> *recursiveMap=NULL);
string getGameVersion();
string getGameSVNVersion();
void setGameVersion(string version);
void setGameSVNVersion(string svn);
string getCRCCacheFilePath();
void setCRCCacheFilePath(string path);