mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- bugfix for custom data path
This commit is contained in:
@@ -211,7 +211,7 @@ bool EndsWith(const string &str, const string& key);
|
||||
void endPathWithSlash(string &path, bool requireOSSlash=false);
|
||||
void trimPathWithStartingSlash(string &path);
|
||||
void updatePathClimbingParts(string &path);
|
||||
void formatPath(string &path);
|
||||
string formatPath(string path);
|
||||
|
||||
string replaceAll(string& context, const string& from, const string& to);
|
||||
bool removeFile(string file);
|
||||
|
Reference in New Issue
Block a user