1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:43:12 +00:00
re3/src/render/Hud.cpp

9 lines
225 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "Hud.h"
2019-06-07 20:31:03 +00:00
bool &CHud::m_Wants_To_Draw_Hud = *(bool*)0x95CD89;
WRAPPER void CHud::Draw(void) { EAXJMP(0x5052A0); }
WRAPPER void CHud::DrawAfterFade(void) { EAXJMP(0x509030); }