Files
RedHotRoast-ios/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/Encoding.h
T

14 lines
123 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace Encoding
{
std::string GetCharSet();
}
}
}