From 0c385195d8ac10ac677d1b470af7845615ce742a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Fri, 27 Sep 2019 00:01:50 +0300 Subject: Peds, ProcessObjective and fixes --- src/control/CarAI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/control/CarAI.h') diff --git a/src/control/CarAI.h b/src/control/CarAI.h index 03bcd260..21294be3 100644 --- a/src/control/CarAI.h +++ b/src/control/CarAI.h @@ -16,4 +16,5 @@ public: static void AddFiretruckOccupants(CVehicle*); static void CarHasReasonToStop(CVehicle*); static void TellOccupantsToLeaveCar(CVehicle*); + static float GetCarToGoToCoors(CVehicle*, CVector*); }; -- cgit v1.2.3