mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-07 13:08:09 +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);
|
||
|
|
||
|
}
|