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

@@ -14,6 +14,7 @@
#include "../core/Console.hpp"
#include "../core/Memory.hpp"
#include "../localisation/StringIds.h"
#include "../ride/Ride.h"
#include "../util/Util.h"
#include "FootpathItemObject.h"
#include "LargeSceneryObject.h"