mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Move map.h include to header, as rct_map_element is used there
This commit is contained in:
committed by
Michał Janiszewski
parent
efd9fce064
commit
813317deed
@@ -18,7 +18,6 @@
|
||||
#include "../interface/window.h"
|
||||
#include "../windows/tile_inspector.h"
|
||||
#include "footpath.h"
|
||||
#include "map.h"
|
||||
#include "tile_inspector.h"
|
||||
|
||||
static void map_swap_elements_at(sint32 x, sint32 y, sint16 first, sint16 second)
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../common.h"
|
||||
#include "map.h"
|
||||
|
||||
typedef enum {
|
||||
TILE_INSPECTOR_ELEMENT_ANY = 0,
|
||||
|
||||
Reference in New Issue
Block a user