1
0
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:
Gymnasiast
2018-02-01 18:49:14 +01:00
committed by Michael Steenbeek
parent d9d4bbd3b6
commit 778ba466c5
173 changed files with 4762 additions and 5790 deletions

View File

@@ -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;
}
}