summaryrefslogblamecommitdiffstats
path: root/src/control/CarAI.h
blob: 865cb467c3ceeebcce4529aa93d26917702caa01 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

            

                      





                                           
                                                          


                                                                 
  
#pragma once

#include "AutoPilot.h"

class CVehicle;

class CCarAI
{
public:
	static void UpdateCarAI(CVehicle*);
	static void MakeWayForCarWithSiren(CVehicle *veh);
	static int32 FindPoliceCarSpeedForWantedLevel(CVehicle*);
	static eCarMission FindPoliceCarMissionForWantedLevel();
	static void AddPoliceOccupants(CVehicle*);
};