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

@@ -18,6 +18,7 @@
#include "../ride/Ride.h"
#include "../ride/RideAudio.h"
#include "../util/Util.h"
#include "BannerSceneryEntry.h"
#include "FootpathItemObject.h"
#include "LargeSceneryObject.h"
#include "Object.h"