mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 06:00:34 +00:00
CRoadBlocks complete
This commit is contained in:
parent
f1413c4776
commit
0d19036a42
2 changed files with 210 additions and 18 deletions
|
@ -11,6 +11,6 @@ public:
|
|||
static bool (&InOrOut)[NUMROADBLOCKS];
|
||||
|
||||
static void Init(void);
|
||||
static void GenerateRoadBlockCopsForCar(CVehicle*, int32, int16);
|
||||
static void GenerateRoadBlockCopsForCar(CVehicle* pVehicle, int32 roadBlockType, int16 roadBlockNode);
|
||||
static void GenerateRoadBlocks(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue