1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Compile map.c as C++

This commit is contained in:
Michael Steenbeek
2018-01-03 14:56:08 +01:00
parent 3ab3003e7b
commit 91589f57c6
104 changed files with 196 additions and 189 deletions

View File

@@ -110,7 +110,7 @@ private:
"../../paint/tile_element/tile_element.h",
"../../paint/paint.h",
"../../sprites.h",
"../../world/map.h",
"../../world/Map.h",
"../../world/sprite.h",
"../ride_data.h",
"../TrackData.h",