mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Fix formatting of C includes
This commit is contained in:
committed by
Michał Janiszewski
parent
7bd63609bb
commit
247fdc2f5d
@@ -19,9 +19,9 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../platform/platform.h"
|
||||
}
|
||||
|
||||
enum WINDOW_OBJECT_LOAD_ERROR_WIDGET_IDX {
|
||||
|
||||
Reference in New Issue
Block a user