mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Remove almost every extern C block
This commit is contained in:
committed by
Michael Steenbeek
parent
d9d4bbd3b6
commit
778ba466c5
@@ -25,9 +25,6 @@
|
||||
#include "../util/Util.h"
|
||||
#include "Chat.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
bool gChatOpen = false;
|
||||
static char _chatCurrentLine[CHAT_MAX_MESSAGE_LENGTH];
|
||||
static char _chatHistory[CHAT_HISTORY_SIZE][CHAT_INPUT_SIZE];
|
||||
@@ -308,5 +305,3 @@ sint32 chat_string_wrapped_get_height(void *args, sint32 width)
|
||||
|
||||
return lineY;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user