DragonNest/Client/DnLauncher2/Torrent/Source/MakeTorrent/Util.h
2024-12-19 09:48:26 +08:00

4 lines
No EOL
217 B
C++

#pragma once
void TokenizeW( const std::wstring& str, std::vector<std::wstring>& tokens, const std::wstring& delimiters = L" " );
BOOL MakeTorrent( LPCWSTR strFullFilePath, LPCWSTR strWebSeeds, LPCWSTR strTrackers );