14 lines
123 B
C
Raw Normal View History

2026-06-23 09:54:30 +08:00
#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace Encoding
{
std::string GetCharSet();
}
}
}