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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user