mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-16 09:28:24 +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:
committed by
ArseniyShestakov
parent
ce0b4b222d
commit
2ede3783dd
@@ -0,0 +1,6 @@
|
||||
namespace vstd
|
||||
{
|
||||
|
||||
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user