1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/include/vstd/StringUtils.h
Henning Koehler 2ede3783dd Settings: savefrequency is now configurable in launcher
* Client command-line can modify arbitrary settings now
* Only launcher auto-saves to settings.json
2018-04-08 17:12:29 +07:00

7 lines
105 B
C++

namespace vstd
{
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
}