Re3/src/control/Cranes.cpp

6 lines
237 B
C++
Raw Normal View History

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