1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/include/vstd/StringUtils.h

9 lines
119 B
C
Raw Normal View History

2018-10-29 17:30:50 +02:00
#pragma once
namespace vstd
{
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
}