summaryrefslogtreecommitdiffstats
path: root/src/control/Garages.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-23 14:50:55 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-01-23 14:50:55 +0100
commit770456d0c8c89902fd425661dcad38a87de87314 (patch)
tree9b5ad66c10fb24543c8fce74edc836fe1db70448 /src/control/Garages.h
parentNo more resetting bindings for joypad, create .ini at the first start, joystick hotplug for Linux (diff)
parentadded some missing functions (diff)
downloadre3-770456d0c8c89902fd425661dcad38a87de87314.tar
re3-770456d0c8c89902fd425661dcad38a87de87314.tar.gz
re3-770456d0c8c89902fd425661dcad38a87de87314.tar.bz2
re3-770456d0c8c89902fd425661dcad38a87de87314.tar.lz
re3-770456d0c8c89902fd425661dcad38a87de87314.tar.xz
re3-770456d0c8c89902fd425661dcad38a87de87314.tar.zst
re3-770456d0c8c89902fd425661dcad38a87de87314.zip
Diffstat (limited to 'src/control/Garages.h')
-rw-r--r--src/control/Garages.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h
index 39327e4e..07d5f712 100644
--- a/src/control/Garages.h
+++ b/src/control/Garages.h
@@ -182,6 +182,10 @@ public:
void FindDoorsEntities();
void FindDoorsEntitiesSectorList(CPtrList&, bool);
void PlayerArrestedOrDied();
+ bool Does60SecondsNeedThisCarAtAll(int mi);
+ bool Does60SecondsNeedThisCar(int mi);
+ void MarkThisCarAsCollectedFor60Seconds(int mi);
+ bool IsPlayerEntirelyInsideGarage();
bool IsPointInsideGarage(CVector);
bool IsPointInsideGarage(CVector, float);
@@ -254,6 +258,7 @@ public:
static bool IsModelIndexADoor(uint32 id);
static void SetFreeBombs(bool bValue) { BombsAreFree = bValue; }
static void SetFreeResprays(bool bValue) { RespraysAreFree = bValue; }
+ static void StopCarFromBlowingUp(CAutomobile*);
static void SetMaxNumStoredCarsForGarage(int16 garage, uint8 num) { aGarages[garage].m_nMaxStoredCars = num; }
static bool IsCarSprayable(CVehicle*);