mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 19:49:58 +00:00
renamed some variables and added files; more CAutomobile::ProcessControl
This commit is contained in:
parent
3bda0da403
commit
0f1fbf5e9a
20 changed files with 217 additions and 49 deletions
9
src/control/CarAI.h
Normal file
9
src/control/CarAI.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
class CVehicle;
|
||||
|
||||
class CCarAI
|
||||
{
|
||||
public:
|
||||
static void UpdateCarAI(CVehicle*);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue