mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- bugfix for CRC handling in connected menu
This commit is contained in:
@@ -37,7 +37,7 @@ private:
|
||||
static std::map<string,int32> fileListCache;
|
||||
|
||||
void addSum(int32 value);
|
||||
void addFileToSum(const string &path);
|
||||
bool addFileToSum(const string &path);
|
||||
|
||||
public:
|
||||
Checksum();
|
||||
@@ -49,6 +49,9 @@ public:
|
||||
void addByte(int8 value);
|
||||
void addString(const string &value);
|
||||
void addFile(const string &path);
|
||||
|
||||
static void removeFileFromCache(const string file);
|
||||
static void clearFileCache();
|
||||
};
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user