From 2bf6674afc6b3a243f536fb30e313b055b35d533 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 30 May 2019 23:00:00 +0200 Subject: added CText --- src/Frontend.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/Frontend.h') diff --git a/src/Frontend.h b/src/Frontend.h index 3d7b6914..838139df 100644 --- a/src/Frontend.h +++ b/src/Frontend.h @@ -2,6 +2,14 @@ #include "Sprite2d.h" +enum { + LANGUAGE_AMERICAN, + LANGUAGE_FRENCH, + LANGUAGE_GERMAN, + LANGUAGE_ITALIAN, + LANGUAGE_SPANISH, +}; + struct tSkinInfo { int field_0; @@ -11,7 +19,6 @@ struct tSkinInfo int field_304; }; - class CMenuManager { public: @@ -77,6 +84,7 @@ public: int m_nScreenChangeDelayTimer; static int &m_PrefsBrightness; + static int &m_PrefsLanguage; void DrawFrontEnd(void); }; -- cgit v1.2.3