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

@@ -27,6 +27,7 @@
#include "windows/Intent.h"
#include "world/Footpath.h"
#include "world/LargeScenery.h"
#include "world/Scenery.h"
#include <iterator>
#include <vector>