mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
7 lines
105 B
C
7 lines
105 B
C
|
namespace vstd
|
||
|
{
|
||
|
|
||
|
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
|
||
|
|
||
|
}
|