aboutsummaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-08-13 01:30:31 +0300
committereray orçunus <erayorcunus@gmail.com>2019-08-13 01:30:31 +0300
commite5d089db8826b2bfe163b714146fda1ff92a5896 (patch)
treeb0ce2c8b96829c1c5375ace7218e6aabd426097a /src/vehicles/Vehicle.h
parentc3c9b1c40efa1b85ecf52b0260e96f7d7cf4ea4e (diff)
More peds
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r--src/vehicles/Vehicle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h
index 386c7130..357e5603 100644
--- a/src/vehicles/Vehicle.h
+++ b/src/vehicles/Vehicle.h
@@ -266,6 +266,7 @@ public:
void RemoveDriver(void);
void ProcessCarAlarm(void);
bool IsSphereTouchingVehicle(float sx, float sy, float sz, float radius);
+ bool ShufflePassengersToMakeSpace(void);
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }