diff options
Diffstat (limited to 'src/control/Garages.h')
-rw-r--r-- | src/control/Garages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h index 3d12d4a2..47de898f 100644 --- a/src/control/Garages.h +++ b/src/control/Garages.h @@ -293,4 +293,6 @@ public: } static bool IsThisGarageTypeSafehouse(uint8 type) { return FindSafeHouseIndexForGarageType(type) >= 0; } + static void SetupAnyGaragesForThisIsland(void) {} // TODO(LCS) + }; |