1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Move VirtualFloor.cpp to the paint folder and fix Xcode project

This commit is contained in:
Michael Steenbeek
2018-01-06 20:29:44 +01:00
committed by Aaron van Geffen
parent c835832e79
commit a410872fec
4 changed files with 11 additions and 7 deletions

View File

@@ -14,12 +14,12 @@
*****************************************************************************/
#pragma endregion
#include "../../Input.h"
#include "../../interface/Viewport.h"
#include "../../sprites.h"
#include "../../world/Map.h"
#include "../Paint.h"
#include "TileElement.h"
#include "../Input.h"
#include "../interface/Viewport.h"
#include "../sprites.h"
#include "../world/Map.h"
#include "Paint.h"
#include "tile_element/TileElement.h"
#include "VirtualFloor.h"
static const rct_xy_element offsets[4] =

View File

@@ -32,9 +32,9 @@
#include "../../sprites.h"
#include "../Paint.h"
#include "../Supports.h"
#include "../VirtualFloor.h"
#include "Surface.h"
#include "TileElement.h"
#include "VirtualFloor.h"
#ifdef __TESTPAINT__
uint16 testPaintVerticalTunnelHeight;