1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Split off EntranceElement header

This commit is contained in:
Michael Steenbeek
2024-10-03 12:42:53 +02:00
committed by GitHub
parent 5f1f925116
commit e6e0f97557
42 changed files with 132 additions and 68 deletions

View File

@@ -14,6 +14,7 @@
#include <algorithm>
#include <openrct2/world/Map.h>
#include <openrct2/world/TileElement.h>
#include <openrct2/world/tile_element/EntranceElement.h>
namespace OpenRCT2::Ui
{