mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 07:14:08 +00:00
CStreaming DONE
This commit is contained in:
parent
6f4e01f078
commit
847720aeae
11 changed files with 334 additions and 34 deletions
|
@ -6,8 +6,9 @@ class CCarCtrl
|
|||
{
|
||||
public:
|
||||
static void SwitchVehicleToRealPhysics(CVehicle*);
|
||||
static void AddToCarArray(int id, int vehclass);
|
||||
static void AddToCarArray(int32 id, int32 vehclass);
|
||||
static void UpdateCarCount(CVehicle*, bool);
|
||||
static int32 ChooseCarModel(int32 vehclass);
|
||||
|
||||
static int32 &NumLawEnforcerCars;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue