1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Update files missed in the great extern "C" cleanup of 2017

This commit is contained in:
Michał Janiszewski
2017-09-28 22:30:02 +02:00
committed by Michał Janiszewski
parent 6c9e73bff2
commit 5ab9f938a7
27 changed files with 142 additions and 191 deletions

View File

@@ -8,11 +8,8 @@
#include <openrct2/OpenRCT2.h>
#include "TestData.h"
extern "C"
{
#include <openrct2/platform/platform.h>
#include <openrct2/game.h>
}
#include <openrct2/platform/platform.h>
#include <openrct2/game.h>
using namespace OpenRCT2;