re3-mirror/src/control/Cranes.cpp

6 lines
237 B
C++
Raw Normal View History

2019-08-11 18:11:54 +01:00
#include "common.h"
#include "patcher.h"
#include "Cranes.h"
WRAPPER bool CCranes::IsThisCarBeingTargettedByAnyCrane(CVehicle*) { EAXJMP(0x5451E0); }
2019-10-06 22:39:25 +01:00
WRAPPER bool CCranes::IsThisCarBeingCarriedByAnyCrane(CVehicle*) { EAXJMP(0x545190); }