Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Il2CppOutputProject/IL2CPP/libil2cpp/os/Encoding.h
T
2026-07-17 14:03:00 +08:00

14 lines
123 B
C++

#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace Encoding
{
std::string GetCharSet();
}
}
}