1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Move misc ObjectEntries into Object folder (#19281)

* Move water entry

* Move FootpathEntry

* Move EntranceEntry

* Move SceneryGroupEntry
This commit is contained in:
Duncan
2023-01-27 19:44:58 +00:00
committed by GitHub
parent b1b056ec52
commit 24581e781f
26 changed files with 125 additions and 79 deletions

View File

@@ -18,6 +18,7 @@
#include "localisation/Localisation.h"
#include "management/Research.h"
#include "object/DefaultObjects.h"
#include "object/FootpathEntry.h"
#include "object/ObjectList.h"
#include "object/ObjectManager.h"
#include "object/ObjectRepository.h"