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

Compile game.c and game.h as C++

This commit is contained in:
Michael Steenbeek
2017-11-30 18:17:06 +01:00
parent 94a3d88691
commit 60d8865efb
107 changed files with 122 additions and 123 deletions

View File

@@ -10,7 +10,7 @@
#include "TestData.h"
#include <openrct2/platform/platform.h>
#include <openrct2/game.h>
#include <openrct2/Game.h>
using namespace OpenRCT2;