1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-17 13:02:27 +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

@@ -18,6 +18,7 @@
#include <openrct2/world/Footpath.h>
#include <openrct2/world/Map.h>
#include <openrct2/world/TileElementsView.h>
#include <openrct2/world/tile_element/EntranceElement.h>
using namespace OpenRCT2;