yuqucheng fa7c338ea5 init
2026-06-23 09:54:30 +08:00

14 lines
123 B
C++

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