mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
Move extern "C" {} blocks to headers (#6282)
This commit is contained in:
committed by
GitHub
parent
7671b9fcde
commit
00fd18809c
@@ -18,18 +18,15 @@
|
||||
#include "../network/network.h"
|
||||
#include "../core/Math.hpp"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../audio/audio.h"
|
||||
#include "../input.h"
|
||||
#include "../interface/viewport.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../world/scenery.h"
|
||||
#include "dropdown.h"
|
||||
#include "error.h"
|
||||
#include "../sprites.h"
|
||||
}
|
||||
#include "../audio/audio.h"
|
||||
#include "../input.h"
|
||||
#include "../interface/viewport.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../world/scenery.h"
|
||||
#include "dropdown.h"
|
||||
#include "error.h"
|
||||
#include "../sprites.h"
|
||||
|
||||
#define WINDOW_SCENERY_WIDTH 634
|
||||
#define WINDOW_SCENERY_HEIGHT 180
|
||||
|
||||
Reference in New Issue
Block a user