1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Split off SmallSceneryEntry into dedicated file (#19115)

* Split off small scenery entry to new file

* Move flags to new file
This commit is contained in:
Duncan
2023-01-25 19:25:33 +00:00
committed by GitHub
parent d0ef2e9a68
commit d51b4d3191
24 changed files with 104 additions and 65 deletions

View File

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