1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-30 06:57:03 +00:00
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);
};