mirror of
https://github.com/halpz/re3.git
synced 2025-01-08 20:25:28 +00:00
8 lines
246 B
C++
8 lines
246 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "Rubbish.h"
|
|
|
|
WRAPPER void CRubbish::Render(void) { EAXJMP(0x512190); }
|
|
WRAPPER void CRubbish::StirUp(CVehicle *veh) { EAXJMP(0x512690); }
|
|
WRAPPER void CRubbish::Update(void) { EAXJMP(0x511B90); }
|