1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Remove Scenario.h include from many units (#23901)

* Reduce includes/dependencies for Scenario.h

* Remove Scenario.h include from many units
This commit is contained in:
Aaron van Geffen
2025-03-01 17:32:32 +01:00
committed by GitHub
parent cf74af635b
commit a380413c56
65 changed files with 32 additions and 70 deletions

View File

@@ -16,6 +16,7 @@
#include "GameState.h"
#include "OpenRCT2.h"
#include "drawing/Drawing.h"
#include "entity/EntityList.h"
#include "entity/Guest.h"
#include "entity/Staff.h"
#include "localisation/Formatter.h"
@@ -29,7 +30,6 @@
#include "ride/RideManager.hpp"
#include "ride/TrainManager.h"
#include "ride/Vehicle.h"
#include "scenario/Scenario.h"
#include "windows/Intent.h"
#include "world/tile_element/BannerElement.h"
#include "world/tile_element/EntranceElement.h"