mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Move GetLanguagePrefix function into i18n
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user