14 lines
123 B
C++
14 lines
123 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace il2cpp
|
|
{
|
|
namespace os
|
|
{
|
|
namespace Encoding
|
|
{
|
|
std::string GetCharSet();
|
|
}
|
|
}
|
|
}
|