1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 08:47:06 +00:00
re3/src/control/CarAI.h
2019-07-18 15:41:09 +02:00

11 lines
146 B
C++

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