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

Fix TD4 vehicle colour import, move track_design to C++

This commit is contained in:
Michael Steenbeek
2017-09-01 13:38:21 +02:00
committed by GitHub
parent c40b73d5a4
commit ddb557a0fe
8 changed files with 1003 additions and 595 deletions

View File

@@ -33,7 +33,7 @@
extern "C"
{
#include "track_design.h"
#include "TrackDesign.h"
}
using namespace OpenRCT2;