1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/include/vstd/StringUtils.h
2018-10-29 16:30:50 +01:00

9 lines
119 B
C++

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