1
0
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:
Broxzier
2017-01-25 23:09:46 +01:00
committed by Michał Janiszewski
parent efd9fce064
commit 813317deed
2 changed files with 1 additions and 1 deletions

View File

@@ -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)

View File

@@ -17,6 +17,7 @@
#pragma once
#include "../common.h"
#include "map.h"
typedef enum {
TILE_INSPECTOR_ELEMENT_ANY = 0,