Move GetLanguagePrefix function into i18n

This commit is contained in:
Marco Antonio J. Costa
2024-12-31 16:28:44 -03:00
parent 5d19c1fe25
commit bf6de9f342
4 changed files with 28 additions and 36 deletions
+4
View File
@@ -1,5 +1,7 @@
#pragma once
#include <Types.h>
namespace i18n {
enum class Lang
{
@@ -17,3 +19,5 @@ enum class Lang
extern const i18n::Lang g_lang;
extern const int MAX_MESSAGES_ON_MAP_BOTTOM;
auto GetLanguagePrefix() -> const STR;