summaryrefslogtreecommitdiffstats
path: root/src/Frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Frontend.h')
-rw-r--r--src/Frontend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Frontend.h b/src/Frontend.h
index 838139df..f82921d7 100644
--- a/src/Frontend.h
+++ b/src/Frontend.h
@@ -85,7 +85,9 @@ public:
static int &m_PrefsBrightness;
static int &m_PrefsLanguage;
+ static bool &m_PrefsUseWideScreen;
+ void Process(void);
void DrawFrontEnd(void);
};
static_assert(sizeof(CMenuManager) == 0x564, "CMenuManager: error");