mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
* Use std::span for tiles * Add an index helper parameter * Use coordsxyz * Split up corners and walls * Use bools for the two flags * Apply coding style * Refer only to LargeSceneryObject where required * Address comments