summaryrefslogtreecommitdiffstats
path: root/src/control/Garages.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-02-23 11:00:15 +0100
committerGitHub <noreply@github.com>2020-02-23 11:00:15 +0100
commitf8cd12ffb325d6bc374357a57125fa53778abf0a (patch)
treed3e4a0b7193d75b559b82c43f4fe504baac45f7e /src/control/Garages.h
parentMerge pull request #334 from erorcun/erorcun (diff)
parentARRAY_SIZE (diff)
downloadre3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.gz
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.bz2
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.lz
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.xz
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.zst
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.zip
Diffstat (limited to 'src/control/Garages.h')
-rw-r--r--src/control/Garages.h1
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; }
};