mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 01:39:01 +00:00
11 lines
149 B
C
11 lines
149 B
C
|
#pragma once
|
||
|
#include "common.h"
|
||
|
|
||
|
class CVehicle;
|
||
|
|
||
|
class CRoadBlocks
|
||
|
{
|
||
|
public:
|
||
|
static void GenerateRoadBlockCopsForCar(CVehicle*, int32, int16);
|
||
|
};
|