mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
2ede3783dd
* Client command-line can modify arbitrary settings now * Only launcher auto-saves to settings.json
7 lines
105 B
C++
7 lines
105 B
C++
namespace vstd
|
|
{
|
|
|
|
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
|
|
|
|
}
|