1
0
mirror of https://github.com/td512/re3.git synced 2026-01-20 02:24:23 +00:00
td512.re3/src/render/Hud.cpp
2019-06-12 01:23:49 +02:00

9 lines
225 B
C++

#include "common.h"
#include "patcher.h"
#include "Hud.h"
bool &CHud::m_Wants_To_Draw_Hud = *(bool*)0x95CD89;
WRAPPER void CHud::Draw(void) { EAXJMP(0x5052A0); }
WRAPPER void CHud::DrawAfterFade(void) { EAXJMP(0x509030); }