1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +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

@@ -31,7 +31,10 @@
#include <openrct2/entity/Staff.h>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/localisation/Localisation.h>
#include <openrct2/object/BannerSceneryEntry.h>
#include <openrct2/object/FootpathItemEntry.h>
#include <openrct2/object/SmallSceneryEntry.h>
#include <openrct2/object/WallSceneryEntry.h>
#include <openrct2/ride/Ride.h>
#include <openrct2/ride/RideConstruction.h>
#include <openrct2/ride/RideData.h>