diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-15 01:28:07 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-15 01:28:07 +0200 |
commit | 368ce0d4e5607b2c7e442efe73da71b266c8727b (patch) | |
tree | 6e3b9e8bb1f43b4952ed5f4910e3d7f05d47037f /src/control/CarCtrl.h | |
parent | fix debug (diff) | |
download | re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.gz re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.bz2 re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.lz re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.xz re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.tar.zst re3-368ce0d4e5607b2c7e442efe73da71b266c8727b.zip |
Diffstat (limited to 'src/control/CarCtrl.h')
-rw-r--r-- | src/control/CarCtrl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h index aed5470c..b95282a8 100644 --- a/src/control/CarCtrl.h +++ b/src/control/CarCtrl.h @@ -96,6 +96,9 @@ public: static void SteerAICarWithPhysicsTryingToBlockTarget_Stop(CVehicle*, float, float, float, float, float*, float*, float*, bool*); static void SteerAIBoatWithPhysicsHeadingForTarget(CBoat*, float, float, float*, float*, float*); static bool ThisRoadObjectCouldMove(int16); + static void ClearInterestingVehicleList(); + static void FindLinksToGoWithTheseNodes(CVehicle*); + static bool GenerateOneEmergencyServicesCar(uint32, CVector); static float GetPositionAlongCurrentCurve(CVehicle* pVehicle) { |