mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
Trying to fix bug again
This commit is contained in:
@@ -240,7 +240,8 @@ namespace Shared {
|
||||
bool StartsWith(const std::string &str, const std::string &key);
|
||||
bool EndsWith(const string &str, const string& key);
|
||||
|
||||
string endPathWithSlash(string &path, bool requireOSSlash = false);
|
||||
string endPathWithSlash(string& path, bool requireOSSlash = false);
|
||||
string endPathWithSlash(string&& path, bool requireOSSlash = false);
|
||||
string trimPathWithStartingSlash(string &path);
|
||||
string updatePathClimbingParts(string &path, bool processPreviousDirTokenCheck = true);
|
||||
string formatPath(string path);
|
||||
|
Reference in New Issue
Block a user