1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +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

@@ -21,8 +21,8 @@
#include "CableLift.h"
#include "Ride.h"
#include "Track.h"
#include "ride_data.h"
#include "vehicle_data.h"
#include "RideData.h"
#include "VehicleData.h"
static void cable_lift_update_moving_to_end_of_station(rct_vehicle * vehicle);
static void cable_lift_update_waiting_to_depart(rct_vehicle * vehicle);