1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Move extern "C" {} blocks to headers (#6282)

This commit is contained in:
Michał Janiszewski
2017-09-18 17:05:28 +02:00
committed by GitHub
parent 7671b9fcde
commit 00fd18809c
280 changed files with 1562 additions and 1379 deletions

View File

@@ -17,19 +17,16 @@
#include <openrct2/OpenRCT2.h>
#include <openrct2-ui/windows/Window.h>
extern "C"
{
#include <openrct2/audio/audio.h>
#include <openrct2/cheats.h>
#include <openrct2/game.h>
#include <openrct2/input.h>
#include <openrct2/interface/viewport.h>
#include <openrct2/interface/widget.h>
#include <openrct2/localisation/localisation.h>
#include <openrct2/sprites.h>
#include <openrct2/world/footpath.h>
#include <openrct2/windows/dropdown.h>
}
#include <openrct2/audio/audio.h>
#include <openrct2/cheats.h>
#include <openrct2/game.h>
#include <openrct2/input.h>
#include <openrct2/interface/viewport.h>
#include <openrct2/interface/widget.h>
#include <openrct2/localisation/localisation.h>
#include <openrct2/sprites.h>
#include <openrct2/world/footpath.h>
#include <openrct2/windows/dropdown.h>
enum {
PATH_CONSTRUCTION_MODE_LAND,