mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-04 21:35:54 +00:00
11 lines
137 B
C
11 lines
137 B
C
|
#pragma once
|
||
|
#include "common.h"
|
||
|
|
||
|
class CVehicle;
|
||
|
|
||
|
class CCranes
|
||
|
{
|
||
|
public:
|
||
|
static bool IsThisCarBeingTargettedByAnyCrane(CVehicle*);
|
||
|
};
|