mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Fix includes
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#include "../core/String.hpp"
|
||||
#include "../drawing/Drawing.h"
|
||||
#include "../drawing/Font.h"
|
||||
#include "../entity/EntityList.h"
|
||||
#include "../entity/Sprite.h"
|
||||
#include "../interface/Chat.h"
|
||||
#include "../interface/Colour.h"
|
||||
#include "../interface/Window_internal.h"
|
||||
@@ -48,10 +50,8 @@
|
||||
#include "../util/Util.h"
|
||||
#include "../windows/Intent.h"
|
||||
#include "../world/Climate.h"
|
||||
#include "../world/EntityList.h"
|
||||
#include "../world/Park.h"
|
||||
#include "../world/Scenery.h"
|
||||
#include "../world/Sprite.h"
|
||||
#include "Viewport.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "../core/JobPool.h"
|
||||
#include "../drawing/Drawing.h"
|
||||
#include "../drawing/IDrawingEngine.h"
|
||||
#include "../entity/EntityList.h"
|
||||
#include "../paint/Paint.h"
|
||||
#include "../peep/Guest.h"
|
||||
#include "../peep/Staff.h"
|
||||
@@ -28,7 +29,6 @@
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../util/Math.hpp"
|
||||
#include "../world/Climate.h"
|
||||
#include "../world/EntityList.h"
|
||||
#include "../world/Map.h"
|
||||
#include "Colour.h"
|
||||
#include "Window.h"
|
||||
|
||||
Reference in New Issue
Block a user