mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 18:50:34 +00:00
implemented some CVehicle functions
This commit is contained in:
parent
d62c616545
commit
396b43cbd4
9 changed files with 513 additions and 70 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "PedType.h"
|
||||
class CPed;
|
||||
class CVehicle;
|
||||
|
||||
struct PedGroup
|
||||
{
|
||||
|
@ -17,4 +18,5 @@ public:
|
|||
|
||||
static void UpdatePedCount(uint32, bool);
|
||||
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);
|
||||
static CPed *AddPedInCar(CVehicle *vehicle);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue