summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-03-31 10:28:10 +0200
committerGitHub <noreply@github.com>2020-03-31 10:28:10 +0200
commit348d426f6425ab31479e95f98828c5e2272cbd63 (patch)
tree611cf59f1c46b60908057affe8d86eb9b39a23ad /src/core/Frontend.h
parentMerge pull request #366 from Nick007J/master (diff)
parentMerge remote-tracking branch 'origin/master' into MoreLanguages (diff)
downloadre3-348d426f6425ab31479e95f98828c5e2272cbd63.tar
re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.gz
re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.bz2
re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.lz
re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.xz
re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.zst
re3-348d426f6425ab31479e95f98828c5e2272cbd63.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 3dbed164..c055c6ab 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -51,6 +51,9 @@ enum eLanguages
LANGUAGE_GERMAN,
LANGUAGE_ITALIAN,
LANGUAGE_SPANISH,
+#ifdef MORE_LANGUAGES
+ LANGUAGE_RUSSIAN,
+#endif
};
enum eFrontendSprites
@@ -301,6 +304,9 @@ enum eMenuAction
MENUACTION_UNK108,
MENUACTION_UNK109,
MENUACTION_UNK110,
+#ifdef MORE_LANGUAGES
+ MENUACTION_LANG_RUS,
+#endif
};
enum eCheckHover