1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Fix includes

This commit is contained in:
ζeh Matt
2021-11-24 17:19:52 +02:00
parent 03fb9b390f
commit 0024252328
31 changed files with 40 additions and 40 deletions

View File

@@ -19,6 +19,8 @@
#include "actions/LandBuyRightsAction.h"
#include "actions/LandSetRightsAction.h"
#include "audio/audio.h"
#include "entity/EntityList.h"
#include "entity/EntityRegistry.h"
#include "interface/Viewport.h"
#include "interface/Window_internal.h"
#include "localisation/Localisation.h"
@@ -36,12 +38,10 @@
#include "util/Util.h"
#include "windows/Intent.h"
#include "world/Climate.h"
#include "world/EntityList.h"
#include "world/Entrance.h"
#include "world/Footpath.h"
#include "world/Park.h"
#include "world/Scenery.h"
#include "world/Sprite.h"
#include <algorithm>
#include <array>