2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 16:27:27 +00:00
Files
OpenAssetTools/src/ObjCommon/Localize/LocalizeCommon.h
2023-11-19 21:07:21 +00:00

12 lines
164 B
C++

#pragma once
#include "Game/GameLanguage.h"
#include <string>
class LocalizeCommon
{
public:
static std::string GetNameOfLanguage(GameLanguage language);
};