summaryrefslogtreecommitdiffstats
path: root/src/control/Cranes.cpp
blob: ebdbf9572cdaf62ac07991af17c4a5a8a211190a (plain) (blame)
1
2
3
4
5
6
7
8
#include "common.h"
#include "patcher.h"
#include "Cranes.h"

WRAPPER bool CCranes::IsThisCarBeingTargettedByAnyCrane(CVehicle*) { EAXJMP(0x5451E0); }
WRAPPER bool CCranes::IsThisCarBeingCarriedByAnyCrane(CVehicle*) { EAXJMP(0x545190); }
WRAPPER void CCranes::ActivateCrane(float, float, float, float, float, float, float, float, bool, bool, float, float) { EAXJMP(0x543650); }
WRAPPER void CCranes::DeActivateCrane(float, float) { EAXJMP(0x543890); }