14 lines
123 B
C
Raw Normal View History

2025-07-03 12:53:49 +04:00
#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace Encoding
{
std::string GetCharSet();
}
}
}