1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Split off QuarterTile

This commit is contained in:
Gymnasiast
2024-10-03 22:24:18 +02:00
parent efe0c11784
commit 20173f22a1
12 changed files with 116 additions and 81 deletions

View File

@@ -21,6 +21,7 @@
#include "../world/Footpath.h"
#include "../world/Location.hpp"
#include "../world/Park.h"
#include "../world/QuarterTile.h"
#include "../world/Surface.h"
#include "../world/Wall.h"
#include "../world/tile_element/EntranceElement.h"