1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Fix formatting of C includes

This commit is contained in:
Marijn van der Werf
2017-08-09 23:08:55 +02:00
committed by Michał Janiszewski
parent 7bd63609bb
commit 247fdc2f5d
59 changed files with 381 additions and 381 deletions

View File

@@ -21,11 +21,11 @@
extern "C"
{
#include <openrct2/interface/chat.h>
#include <openrct2/interface/themes.h>
#include <openrct2/interface/widget.h>
#include <openrct2/localisation/localisation.h>
#include <openrct2/util/util.h>
#include <openrct2/interface/chat.h>
#include <openrct2/interface/themes.h>
#include <openrct2/interface/widget.h>
#include <openrct2/localisation/localisation.h>
#include <openrct2/util/util.h>
}
static char _port[7];