summaryrefslogtreecommitdiffstats
path: root/src/control/CarAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/CarAI.h')
-rw-r--r--src/control/CarAI.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/control/CarAI.h b/src/control/CarAI.h
new file mode 100644
index 00000000..d463e1a9
--- /dev/null
+++ b/src/control/CarAI.h
@@ -0,0 +1,9 @@
+#pragma once
+
+class CVehicle;
+
+class CCarAI
+{
+public:
+ static void UpdateCarAI(CVehicle*);
+};