added CText

This commit is contained in:
aap 2019-05-30 23:00:00 +02:00
parent 188aab4196
commit 2bf6674afc
6 changed files with 260 additions and 1 deletions

View file

@ -3,6 +3,7 @@
#include "Frontend.h"
int &CMenuManager::m_PrefsBrightness = *(int*)0x5F2E50;
int &CMenuManager::m_PrefsLanguage = *(int*)0x941238;
CMenuManager &FrontEndMenuManager = *(CMenuManager*)0x8F59D8;
WRAPPER void CMenuManager::DrawFrontEnd(void) { EAXJMP(0x47A540); }