1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +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

@@ -19,7 +19,7 @@
#include "../drawing/Drawing.h"
#include "../localisation/Language.h"
#include "../world/footpath.h"
#include "../world/Footpath.h"
void FootpathObject::ReadLegacy(IReadObjectContext * context, IStream * stream)
{