mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Reduce includes in common header
This commit is contained in:
committed by
Michał Janiszewski
parent
3303246b09
commit
cd065d4f41
@@ -20,6 +20,7 @@
|
||||
#include "../core/Util.hpp"
|
||||
#include "../Game.h"
|
||||
#include "../localisation/Localisation.h"
|
||||
#include "../management/Finance.h"
|
||||
#include "../network/network.h"
|
||||
#include "../object/ObjectList.h"
|
||||
#include "../object/ObjectManager.h"
|
||||
@@ -30,6 +31,8 @@
|
||||
#include "../ride/TrackData.h"
|
||||
#include "../util/Util.h"
|
||||
#include "Map.h"
|
||||
#include "Park.h"
|
||||
#include "MapAnimation.h"
|
||||
|
||||
void footpath_interrupt_peeps(sint32 x, sint32 y, sint32 z);
|
||||
void footpath_update_queue_entrance_banner(sint32 x, sint32 y, rct_tile_element *tileElement);
|
||||
|
||||
Reference in New Issue
Block a user