1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Implement scaffolding for climate objects

This commit is contained in:
Aaron van Geffen
2025-02-01 16:52:39 +01:00
parent 16222331a9
commit 5dda84c891
14 changed files with 88 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ static constexpr std::array<int32_t, EnumValue(ObjectType::count)> kObjectEntryG
kMaxTerrainSurfaceObjects, kMaxTerrainEdgeObjects, kMaxStationObjects,
kMaxMusicObjects, kMaxFootpathSurfaceObjects, kMaxFootpathRailingsObjects,
kMaxAudioObjects, kMaxPeepNamesObjects, kMaxPeepAnimationsObjects,
kMaxClimateObjects,
};
static_assert(std::size(kObjectEntryGroupCounts) == EnumValue(ObjectType::count));