mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Fix formatting of C includes
This commit is contained in:
committed by
Michał Janiszewski
parent
7bd63609bb
commit
247fdc2f5d
@@ -18,9 +18,9 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../input.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../input.h"
|
||||
#include "../interface/widget.h"
|
||||
#include "../localisation/localisation.h"
|
||||
}
|
||||
|
||||
static rct_widget window_map_tooltip_widgets[] = {
|
||||
|
||||
Reference in New Issue
Block a user