1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Move RideManager struct into its own compilation unit (#23379)

* Move RideManager struct into its own compilation unit

* Move RidesEndOfUsedRange into GameState_t

* Let RideManager keep a GameState_t& internally
This commit is contained in:
Aaron van Geffen
2024-12-11 15:54:45 +01:00
committed by GitHub
parent fb6c76d6c8
commit 4f32028e01
31 changed files with 207 additions and 136 deletions

View File

@@ -55,6 +55,7 @@
#include "../profiling/Profiling.h"
#include "../ride/Ride.h"
#include "../ride/RideData.h"
#include "../ride/RideManager.hpp"
#include "../ride/Vehicle.h"
#include "../util/Util.h"
#include "../windows/Intent.h"