1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

ObjectEntry Cleanup. FootpathItem, SceneryGroup, Water, LargeScenery (#19385)

* Move footpathitem entry into new getter

* Move scenery group entry into new getter

* Move water entry into new getter

* Move large scenery entry into new getter

* Remove unused header includes

* Fix compile issue

* Include missing header from vcxproj
This commit is contained in:
Duncan
2023-02-15 21:35:16 +00:00
committed by GitHub
parent eb33147013
commit b56748bc82
38 changed files with 69 additions and 115 deletions

View File

@@ -24,7 +24,6 @@
#include "../util/Util.h"
#include "../windows/Intent.h"
#include "../world/Footpath.h"
#include "../world/LargeScenery.h"
#include "../world/Scenery.h"
#include "../world/Wall.h"
#include "RideData.h"