1
0
mirror of https://github.com/td512/re3.git synced 2026-04-13 03:02:19 +00:00
Files
td512.re3/src/control/CarAI.h

10 lines
94 B
C++

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