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

Compile files in base dir as C++

This commit is contained in:
Michael Steenbeek
2017-12-12 14:52:57 +01:00
parent b47a0f7cb5
commit 6dc49d643a
78 changed files with 158 additions and 150 deletions

View File

@@ -28,7 +28,7 @@
#include <openrct2/localisation/localisation.h>
#include <openrct2/object/ObjectManager.h>
#include <openrct2/object/ObjectRepository.h>
#include <openrct2/object_list.h>
#include <openrct2/ObjectList.h>
#include <openrct2/OpenRCT2.h>
#include <openrct2/platform/platform.h>
#include <openrct2/ride/RideGroupManager.h>