1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-17 04:52:31 +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

@@ -4,10 +4,7 @@
#include "openrct2/config/IniWriter.hpp"
#include "openrct2/core/MemoryStream.h"
extern "C"
{
#include "openrct2/platform/platform.h"
}
#include "openrct2/platform/platform.h"
class IniWriterTest : public testing::Test
{