mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Fix includes
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include "../actions/PeepPickupAction.h"
|
||||
#include "../core/Guard.hpp"
|
||||
#include "../core/Json.hpp"
|
||||
#include "../entity/EntityList.h"
|
||||
#include "../entity/EntityTweener.h"
|
||||
#include "../entity/Sprite.h"
|
||||
#include "../localisation/Formatting.h"
|
||||
#include "../platform/Platform2.h"
|
||||
#include "../scenario/Scenario.h"
|
||||
@@ -27,10 +30,7 @@
|
||||
#include "../ui/UiContext.h"
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../util/SawyerCoding.h"
|
||||
#include "../world/EntityList.h"
|
||||
#include "../world/EntityTweener.h"
|
||||
#include "../world/Location.hpp"
|
||||
#include "../world/Sprite.h"
|
||||
#include "network.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user