mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
Test for additional OOS checks
This commit is contained in:
@@ -203,6 +203,8 @@ namespace Shared {
|
||||
string getCRCCacheFilePath();
|
||||
void setCRCCacheFilePath(const string &path);
|
||||
|
||||
void setUnexpectedHandler(void(*handler)(const char*));
|
||||
|
||||
std::pair<string, string> getFolderTreeContentsCheckSumCacheKey(vector<string> paths, const string &pathSearchString, const string &filterFileExt);
|
||||
void clearFolderTreeContentsCheckSum(vector<string> paths, const string &pathSearchString, const string &filterFileExt);
|
||||
uint32 getFolderTreeContentsCheckSumRecursively(vector<string> paths, string pathSearchString, const string &filterFileExt, Checksum *recursiveChecksum, bool forceNoCache = false);
|
||||
|
Reference in New Issue
Block a user