1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Compile station.c as C++

This commit is contained in:
Michael Steenbeek
2017-10-23 14:47:12 +02:00
committed by GitHub
parent 47f5423845
commit ce4899c60c
13 changed files with 145 additions and 130 deletions

View File

@@ -35,7 +35,7 @@
#include "ride_data.h"
#include "ride_ratings.h"
#include "RideGroupManager.h"
#include "station.h"
#include "Station.h"
#include "Track.h"
#include "track_data.h"