1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Settings: savefrequency is now configurable in launcher

* Client command-line can modify arbitrary settings now
* Only launcher auto-saves to settings.json
This commit is contained in:
Henning Koehler
2018-04-03 13:37:09 +12:00
committed by ArseniyShestakov
parent ce0b4b222d
commit 2ede3783dd
12 changed files with 119 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
namespace vstd
{
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
}