summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-15 09:36:38 +0200
committerGitHub <noreply@github.com>2019-09-15 09:36:38 +0200
commitca6d2d3181c740d98205ea3fd0f20e87ea52ddc3 (patch)
tree6e3b9e8bb1f43b4952ed5f4910e3d7f05d47037f /src/control/CarCtrl.h
parentMerge pull request #207 from Nick007J/master (diff)
parentMerge branch 'carctrl_dev' (diff)
downloadre3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.tar
re3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.tar.gz
re3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.tar.bz2
re3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.tar.lz
re3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.tar.xz
re3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.tar.zst
re3-ca6d2d3181c740d98205ea3fd0f20e87ea52ddc3.zip
Diffstat (limited to 'src/control/CarCtrl.h')
-rw-r--r--src/control/CarCtrl.h3
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)
{