mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +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:
@@ -1,9 +1,4 @@
|
||||
#include "TestData.h"
|
||||
#include "openrct2/core/StringReader.h"
|
||||
#include "openrct2/entity/Guest.h"
|
||||
#include "openrct2/peep/GuestPathfinding.h"
|
||||
#include "openrct2/ride/Station.h"
|
||||
#include "openrct2/scenario/Scenario.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <memory>
|
||||
@@ -12,7 +7,13 @@
|
||||
#include <openrct2/OpenRCT2.h>
|
||||
#include <openrct2/ParkImporter.h>
|
||||
#include <openrct2/core/String.hpp>
|
||||
#include <openrct2/core/StringReader.h>
|
||||
#include <openrct2/entity/Guest.h>
|
||||
#include <openrct2/peep/GuestPathfinding.h>
|
||||
#include <openrct2/platform/Platform.h>
|
||||
#include <openrct2/ride/RideManager.hpp>
|
||||
#include <openrct2/ride/Station.h>
|
||||
#include <openrct2/scenario/Scenario.h>
|
||||
#include <openrct2/world/Footpath.h>
|
||||
#include <openrct2/world/Map.h>
|
||||
#include <openrct2/world/tile_element/SurfaceElement.h>
|
||||
|
||||
Reference in New Issue
Block a user