re3/src/control/CarAI.h

11 lines
146 B
C
Raw Normal View History

#pragma once
class CVehicle;
class CCarAI
{
public:
static void UpdateCarAI(CVehicle*);
2019-07-18 13:41:09 +00:00
static void MakeWayForCarWithSiren(CVehicle *veh);
};