L2Bot2.0/L2BotDll/Common/Common.h
2023-01-16 15:33:32 +04:00

6 lines
113 B
C++

#pragma once
#include <string>
std::string ConvertFromWideChar(const wchar_t* str);
std::string GenerateUUID();