Ruyi_client_new/xcode/Libraries/libil2cpp/include/os/Encoding.h

14 lines
123 B
C
Raw Normal View History

2025-11-30 04:31:55 +08:00
#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace Encoding
{
std::string GetCharSet();
}
}
}