summaryrefslogtreecommitdiffstats
path: root/src/control/CarAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/CarAI.h')
-rw-r--r--src/control/CarAI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/CarAI.h b/src/control/CarAI.h
index 0b0a939b..b04db021 100644
--- a/src/control/CarAI.h
+++ b/src/control/CarAI.h
@@ -13,4 +13,5 @@ public:
static eCarMission FindPoliceCarMissionForWantedLevel();
static void AddPoliceOccupants(CVehicle*);
static void CarHasReasonToStop(CVehicle*);
+ static void TellOccupantsToLeaveCar(CVehicle*);
};