1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +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

@@ -28,10 +28,13 @@
#include "ride/Vehicle.h"
#include "scenario/Scenario.h"
#include "windows/Intent.h"
#include "world/Footpath.h"
#include "world/Scenery.h"
#include "world/tile_element/BannerElement.h"
#include "world/tile_element/EntranceElement.h"
#include "world/tile_element/LargeSceneryElement.h"
#include "world/tile_element/PathElement.h"
#include "world/tile_element/SmallSceneryElement.h"
#include "world/tile_element/SurfaceElement.h"
#include "world/tile_element/TileElement.h"
#include "world/tile_element/WallElement.h"
#include <iterator>