mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Fix formatting of C includes
This commit is contained in:
committed by
Michał Janiszewski
parent
7bd63609bb
commit
247fdc2f5d
@@ -20,15 +20,15 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <time.h>
|
||||
#include "../core/Guard.hpp"
|
||||
#include "../editor.h"
|
||||
#include "../game.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../util/util.h"
|
||||
#include "../windows/error.h"
|
||||
#include <time.h>
|
||||
#include "../core/Guard.hpp"
|
||||
#include "../editor.h"
|
||||
#include "../game.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../util/util.h"
|
||||
#include "../windows/error.h"
|
||||
}
|
||||
|
||||
#pragma region Widgets
|
||||
|
||||
Reference in New Issue
Block a user