1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Start splitting up ride.h (#16011)

* Start splitting up ride.h

* Use cstdint instead of common.h
This commit is contained in:
Duncan
2021-11-26 15:03:14 +00:00
committed by GitHub
parent 8b9bcf4adc
commit 275d565e52
58 changed files with 244 additions and 167 deletions

View File

@@ -33,6 +33,7 @@
#include <openrct2/ride/Ride.h>
#include <openrct2/scenario/Scenario.h>
#include <openrct2/world/MapAnimation.h>
#include <openrct2/world/Scenery.h>
#include <stdio.h>
#include <string>