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:
committed by
Aaron van Geffen
parent
c835832e79
commit
a410872fec
@@ -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] =
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user