1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 11:13:13 +00:00
re3/src/control/CarCtrl.h
2019-06-26 23:34:14 +03:00

14 lines
243 B
C++

#pragma once
class CVehicle;
class CCarCtrl
{
public:
static void SwitchVehicleToRealPhysics(CVehicle*);
static void AddToCarArray(int id, int vehclass);
static void UpdateCarCount(CVehicle*, bool);
static int32 &NumLawEnforcerCars;
};