1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:09:48 +00:00
re3/src/control/Remote.cpp

7 lines
248 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "Remote.h"
2019-07-25 20:34:29 +00:00
WRAPPER void CRemote::GivePlayerRemoteControlledCar(float, float, float, float) { EAXJMP(0x435C30); }
WRAPPER void CRemote::TakeRemoteControlledCarFromPlayer(void) { EAXJMP(0x435DA0); }