mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-18 11:06:22 +01:00
11 lines
396 B
C++
11 lines
396 B
C++
![]() |
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "User.h"
|
||
|
|
||
|
CPlaceName &CUserDisplay::PlaceName = *(CPlaceName*)0x8F29BC;
|
||
|
COnscreenTimer &CUserDisplay::OnscnTimer = *(COnscreenTimer*)0x862238;
|
||
|
CPager &CUserDisplay::Pager = *(CPager*)0x8F2744;
|
||
|
CCurrentVehicle &CUserDisplay::CurrentVehicle = *(CCurrentVehicle*)0x8F5FE8;
|
||
|
|
||
|
WRAPPER void COnscreenTimer::ProcessForDisplay(void) { EAXJMP(0x4292E0); }
|