mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Fix formatting of C includes
This commit is contained in:
committed by
Michał Janiszewski
parent
7bd63609bb
commit
247fdc2f5d
@@ -20,9 +20,9 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <openrct2/interface/window.h>
|
||||
#include <openrct2/interface/widget.h>
|
||||
#include <openrct2/localisation/localisation.h>
|
||||
#include <openrct2/interface/window.h>
|
||||
#include <openrct2/interface/widget.h>
|
||||
#include <openrct2/localisation/localisation.h>
|
||||
}
|
||||
|
||||
#define WW 250
|
||||
|
||||
Reference in New Issue
Block a user