mirror of
https://github.com/td512/re3.git
synced 2026-04-13 03:02:19 +00:00
10 lines
94 B
C++
10 lines
94 B
C++
#pragma once
|
|
|
|
class CVehicle;
|
|
|
|
class CCarAI
|
|
{
|
|
public:
|
|
static void UpdateCarAI(CVehicle*);
|
|
};
|