LearnWithTouch/App/LearnWithTouch_ios/Libraries/libil2cpp/include/os/Encoding.h
2019-07-01 14:33:21 +02:00

14 lines
123 B
C++

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