1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Split off scenery entries (#19133)

BannerSceneryEntry, WallSceneryEntry footpathItemEntry
This commit is contained in:
Duncan
2023-01-25 19:56:29 +00:00
committed by GitHub
parent d51b4d3191
commit ef27814ca5
35 changed files with 168 additions and 79 deletions

View File

@@ -16,6 +16,7 @@
#include "../interface/Viewport.h"
#include "../object/SmallSceneryEntry.h"
#include "../object/StationObject.h"
#include "../object/WallSceneryEntry.h"
#include "../profiling/Profiling.h"
#include "../ride/Ride.h"
#include "../ride/RideData.h"