diff options
Diffstat (limited to 'src/control/CarAI.h')
-rw-r--r-- | src/control/CarAI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/CarAI.h b/src/control/CarAI.h index d463e1a9..5112f769 100644 --- a/src/control/CarAI.h +++ b/src/control/CarAI.h @@ -6,4 +6,5 @@ class CCarAI { public: static void UpdateCarAI(CVehicle*); + static void MakeWayForCarWithSiren(CVehicle *veh); }; |