mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Compile tile_inspector.c as C++
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "../sprites.h"
|
||||
#include "../world/footpath.h"
|
||||
#include "../world/scenery.h"
|
||||
#include "../world/tile_inspector.h"
|
||||
#include "../world/TileInspector.h"
|
||||
#include "dropdown.h"
|
||||
#include "tile_inspector.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "../windows/tile_inspector.h"
|
||||
#include "footpath.h"
|
||||
#include "map.h"
|
||||
#include "tile_inspector.h"
|
||||
#include "TileInspector.h"
|
||||
|
||||
static bool map_swap_elements_at(sint32 x, sint32 y, sint16 first, sint16 second)
|
||||
{
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "map_animation.h"
|
||||
#include "park.h"
|
||||
#include "scenery.h"
|
||||
#include "tile_inspector.h"
|
||||
#include "TileInspector.h"
|
||||
|
||||
/**
|
||||
* Replaces 0x00993CCC, 0x00993CCE
|
||||
|
||||
Reference in New Issue
Block a user