mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 03:18:59 +00:00
7 lines
246 B
C++
7 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); }
|