Files
L2Bot2.0/L2BotDll/Common/Common.h
2023-01-25 15:59:34 +04:00

7 lines
132 B
C++

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