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/CarCtrl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/control/CarCtrl.h') diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h index aed5470c..b95282a8 100644 --- a/src/control/CarCtrl.h +++ b/src/control/CarCtrl.h @@ -96,6 +96,9 @@ public: static void SteerAICarWithPhysicsTryingToBlockTarget_Stop(CVehicle*, float, float, float, float, float*, float*, float*, bool*); static void SteerAIBoatWithPhysicsHeadingForTarget(CBoat*, float, float, float*, float*, float*); static bool ThisRoadObjectCouldMove(int16); + static void ClearInterestingVehicleList(); + static void FindLinksToGoWithTheseNodes(CVehicle*); + static bool GenerateOneEmergencyServicesCar(uint32, CVector); static float GetPositionAlongCurrentCurve(CVehicle* pVehicle) { -- cgit v1.2.3