This commit is contained in:
dimxy
2019-04-09 18:35:53 +05:00
parent 81185da88f
commit ca97519ccd
2 changed files with 40 additions and 15 deletions

View File

@@ -287,6 +287,7 @@ template <typename Callable> void TraceThread(const char* name, Callable func)
}
}
// split string using by space or comma as a delimiter char
void SplitStr(const std::string& strVal, std::vector<std::string> &outVals);
#define KOMODO_ASSETCHAIN_MAXLEN 65