mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
9 lines
119 B
C++
9 lines
119 B
C++
#pragma once
|
|
|
|
namespace vstd
|
|
{
|
|
|
|
DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
|
|
|
|
}
|