diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Garages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h index 8945e311..fe0d1a20 100644 --- a/src/control/Garages.h +++ b/src/control/Garages.h @@ -162,6 +162,7 @@ public: static void SetGarageDoorToRotate(int16); static bool HasImportExportGarageCollectedThisCar(int16, int8); static void SetLeaveCameraForThisGarage(int16); + static bool IsThisCarWithinGarageArea(int16, CEntity*); static int GetCarsCollectedIndexForGarageType(eGarageType type) { return type - GARAGE_COLLECTCARS_1; } }; |