1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +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

@@ -30,6 +30,7 @@
#include "windows/Intent.h"
#include "world/Footpath.h"
#include "world/Scenery.h"
#include "world/tile_element/EntranceElement.h"
#include <iterator>
#include <vector>