renamed some variables and added files; more CAutomobile::ProcessControl

This commit is contained in:
aap 2019-07-17 13:19:20 +02:00
commit 0f1fbf5e9a
20 changed files with 217 additions and 49 deletions

9
src/control/CarAI.h Normal file
View file

@ -0,0 +1,9 @@
#pragma once
class CVehicle;
class CCarAI
{
public:
static void UpdateCarAI(CVehicle*);
};