1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Change casing of header files

This commit is contained in:
Michał Janiszewski
2018-01-10 00:00:09 +01:00
committed by Michał Janiszewski
parent 156ecb7277
commit 469e142c7b
118 changed files with 177 additions and 177 deletions

View File

@@ -31,7 +31,7 @@
#include <openrct2/network/network.h>
#include <openrct2/platform/platform.h>
#include <openrct2/ride/Track.h>
#include <openrct2/ride/track_paint.h>
#include <openrct2/ride/TrackPaint.h>
#include <openrct2/title/TitleScreen.h>
#include <openrct2/util/Util.h>
#include <openrct2/windows/Intent.h>