1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-11 22:58:31 +00:00
re3/src/control/Cranes.h
eray orçunus d5d1c7ec5f Peds
2019-10-07 00:39:25 +03:00

12 lines
194 B
C++

#pragma once
#include "common.h"
class CVehicle;
class CCranes
{
public:
static bool IsThisCarBeingTargettedByAnyCrane(CVehicle*);
static bool IsThisCarBeingCarriedByAnyCrane(CVehicle*);
};