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:
committed by
ArseniyShestakov
parent
ce0b4b222d
commit
2ede3783dd
6
include/vstd/StringUtils.h
Normal file
6
include/vstd/StringUtils.h
Normal file
@@ -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