1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +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

@@ -28,7 +28,6 @@
#include "scenario/Scenario.h"
#include "windows/Intent.h"
#include "world/Footpath.h"
#include "world/LargeScenery.h"
#include "world/Scenery.h"
#include <iterator>