1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Split up remaining tile elements

This commit is contained in:
Michael Steenbeek
2024-10-15 22:02:31 +02:00
committed by GitHub
parent 366d6a51dd
commit a2ed026264
164 changed files with 1216 additions and 1014 deletions

View File

@@ -33,9 +33,9 @@
#include <openrct2/sprites.h>
#include <openrct2/world/Footpath.h>
#include <openrct2/world/Scenery.h>
#include <openrct2/world/Surface.h>
#include <openrct2/world/tile_element/EntranceElement.h>
#include <openrct2/world/tile_element/Slope.h>
#include <openrct2/world/tile_element/SurfaceElement.h>
#include <openrct2/world/tile_element/TrackElement.h>
#include <vector>