1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Compile files in world folder as C++

This commit is contained in:
Michael Steenbeek
2018-01-11 10:59:26 +01:00
parent 1dada17bb0
commit cd5a1ba888
144 changed files with 353 additions and 350 deletions

View File

@@ -26,7 +26,7 @@
#include "ride/RideData.h"
#include "windows/Intent.h"
#include "windows/_legacy.h"
#include "world/footpath.h"
#include "world/Footpath.h"
#include "world/LargeScenery.h"
bool _maxObjectsWasHit;