mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Remove almost every extern C block
This commit is contained in:
committed by
Michael Steenbeek
parent
d9d4bbd3b6
commit
778ba466c5
@@ -67,9 +67,6 @@
|
||||
#define CONSOLE_EDGE_PADDING 4
|
||||
#define CONSOLE_CARET_WIDTH 6
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
bool gConsoleOpen = false;
|
||||
|
||||
static bool _consoleInitialised = false;
|
||||
@@ -1589,5 +1586,3 @@ static bool invalidArguments(bool *invalid, bool arguments)
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user