summaryrefslogtreecommitdiffstats
path: root/src/control/Garages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Garages.h')
-rw-r--r--src/control/Garages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h
index 07d5f712..c3542d27 100644
--- a/src/control/Garages.h
+++ b/src/control/Garages.h
@@ -297,4 +297,6 @@ public:
}
static bool IsThisGarageTypeSafehouse(uint8 type) { return FindSafeHouseIndexForGarageType(type) >= 0; }
+ static void SetupAnyGaragesForThisIsland(void) {} // TODO(LCS)
+
};