mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 21:38:59 +00:00
9 lines
251 B
C++
9 lines
251 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "Frontend.h"
|
||
|
|
||
|
int &CMenuManager::m_PrefsBrightness = *(int*)0x5F2E50;
|
||
|
CMenuManager &FrontEndMenuManager = *(CMenuManager*)0x8F59D8;
|
||
|
|
||
|
WRAPPER void CMenuManager::DrawFrontEnd(void) { EAXJMP(0x47A540); }
|