コード例 #1
0
ファイル: platform.cpp プロジェクト: DominikSadko/MS-Engine
std::string Platform::GetIpAddr()
{
	return g_core.GetIpAddr();
}