re3-wiiu/src/control/Cranes.cpp

6 lines
237 B
C++
Raw Normal View History

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