mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 01:46:28 +02:00
Updated win32 solution and also made mgm files optional (not required) so that mega-glest will work with or without the new 8 player maps
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
// Misc
|
||||
// =====================================================
|
||||
|
||||
void findAll(const string &path, vector<string> &results, bool cutExtension=false);
|
||||
void findAll(const string &path, vector<string> &results, bool cutExtension=false, bool errorOnNotFound=true);
|
||||
int32 getFolderTreeContentsCheckSumRecursively(const string &path, const string &filterFileExt, Checksum *recursiveChecksum);
|
||||
vector<std::pair<string,int32> > getFolderTreeContentsCheckSumListRecursively(const string &path, const string &filterFileExt, vector<std::pair<string,int32> > *recursiveMap);
|
||||
void createDirectoryPaths(string Path);
|
||||
|
Reference in New Issue
Block a user