Improved LLE Manager
Improved VFS
This commit is contained in:
@@ -192,4 +192,6 @@ namespace fmt{
|
||||
void Replace(std::string &str, const std::string &searchterm, const std::string& replaceterm);
|
||||
|
||||
std::vector<std::string> rSplit(const std::string& source, const std::string& delim);
|
||||
|
||||
std::vector<std::string> split(const std::string& source, std::initializer_list<std::string> separators, bool is_skip_empty = true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user