1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix includes

This commit is contained in:
ζeh Matt
2021-11-24 16:48:33 +02:00
parent 8c290c7d92
commit 7c726e2a0c
73 changed files with 141 additions and 140 deletions

View File

@@ -11,6 +11,7 @@
#include "../Context.h"
#include "../Game.h"
#include "../entity/EntityList.h"
#include "../interface/Viewport.h"
#include "../object/StationObject.h"
#include "../peep/Peep.h"
@@ -19,7 +20,6 @@
#include "../ride/Track.h"
#include "../world/Wall.h"
#include "Banner.h"
#include "EntityList.h"
#include "Footpath.h"
#include "LargeScenery.h"
#include "Map.h"