From 368ce0d4e5607b2c7e442efe73da71b266c8727b Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 15 Sep 2019 02:28:07 +0300 Subject: CCarCtrl --- src/control/CarAI.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/control/CarAI.h') diff --git a/src/control/CarAI.h b/src/control/CarAI.h index b04db021..03bcd260 100644 --- a/src/control/CarAI.h +++ b/src/control/CarAI.h @@ -12,6 +12,8 @@ public: static int32 FindPoliceCarSpeedForWantedLevel(CVehicle*); static eCarMission FindPoliceCarMissionForWantedLevel(); static void AddPoliceOccupants(CVehicle*); + static void AddAmbulanceOccupants(CVehicle*); + static void AddFiretruckOccupants(CVehicle*); static void CarHasReasonToStop(CVehicle*); static void TellOccupantsToLeaveCar(CVehicle*); }; -- cgit v1.2.3