summaryrefslogtreecommitdiffstats
path: root/src/control/CarAI.h
blob: 5112f7692ab931a171d90c48a810f931676597dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

class CVehicle;

class CCarAI
{
public:
	static void UpdateCarAI(CVehicle*);
	static void MakeWayForCarWithSiren(CVehicle *veh);
};