mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Move extern "C" {} blocks to headers (#6282)
This commit is contained in:
committed by
GitHub
parent
7671b9fcde
commit
00fd18809c
@@ -22,23 +22,20 @@
|
||||
#include "../core/Util.hpp"
|
||||
#include "../core/Memory.hpp"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <ctype.h>
|
||||
#include "../audio/audio.h"
|
||||
#include "../game.h"
|
||||
#include "../editor.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../object_list.h"
|
||||
#include "../rct1.h"
|
||||
#include "../ride/ride_data.h"
|
||||
#include "../util/util.h"
|
||||
#include "dropdown.h"
|
||||
#include "error.h"
|
||||
#include "../sprites.h"
|
||||
#include "_legacy.h"
|
||||
}
|
||||
#include <ctype.h>
|
||||
#include "../audio/audio.h"
|
||||
#include "../game.h"
|
||||
#include "../editor.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../object_list.h"
|
||||
#include "../rct1.h"
|
||||
#include "../ride/ride_data.h"
|
||||
#include "../util/util.h"
|
||||
#include "dropdown.h"
|
||||
#include "error.h"
|
||||
#include "../sprites.h"
|
||||
#include "_legacy.h"
|
||||
|
||||
enum {
|
||||
FILTER_RCT2 = (1 << 0),
|
||||
|
||||
Reference in New Issue
Block a user