2023-02-10 15:13:26 +08:00

14 lines
123 B
C++

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