1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +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

@@ -24,9 +24,6 @@
#include "../util/Util.h"
#include "TTF.h"
extern "C"
{
enum {
TEXT_DRAW_FLAG_INSET = 1 << 0,
TEXT_DRAW_FLAG_OUTLINE = 1 << 1,
@@ -929,5 +926,3 @@ void shorten_path(utf8 *buffer, size_t bufferSize, const utf8 *path, sint32 avai
safe_strcpy(buffer, path, bufferSize);
}
}