1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +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

@@ -53,7 +53,6 @@ sint32 _pickup_peep_old_x = SPRITE_LOCATION_NULL;
#include "../ParkImporter.h"
#include "../rct2/S6Exporter.h"
extern "C" {
#include "../config/Config.h"
#include "../game.h"
#include "../interface/chat.h"
@@ -69,7 +68,6 @@ extern "C" {
#include "NetworkAction.h"
#include <openssl/evp.h> // just for OpenSSL_add_all_algorithms()
}
#pragma comment(lib, "Ws2_32.lib")