mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-25 17:21:49 +01: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*);
|
||
|
};
|