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

Move most of _legacy.c to C++ (#7117)

This commit is contained in:
Michael Steenbeek
2018-02-02 23:11:41 +01:00
committed by Aaron van Geffen
parent f932dcf9ca
commit 9bd812c855
8 changed files with 101 additions and 86 deletions

View File

@@ -20,12 +20,12 @@
#include "EditorObjectSelectionSession.h"
#include "Game.h"
#include "localisation/Localisation.h"
#include "object/DefaultObjects.h"
#include "object/ObjectManager.h"
#include "object/ObjectRepository.h"
#include "OpenRCT2.h"
#include "ride/RideData.h"
#include "windows/Intent.h"
#include "windows/_legacy.h"
#include "world/Footpath.h"
#include "world/LargeScenery.h"