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

@@ -25,7 +25,7 @@
#include "../rct2/S6Exporter.h"
#include "CommandLine.hpp"
#include "../game.h"
#include "../Game.h"
#include "../interface/window.h"
#include "../OpenRCT2.h"