1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Split off BannerElement and TrackElement (#22955)

This commit is contained in:
Michael Steenbeek
2024-10-14 14:26:10 +02:00
committed by GitHub
parent 2e877aa581
commit 71ce725a2a
117 changed files with 683 additions and 509 deletions

View File

@@ -30,6 +30,7 @@
#include "windows/Intent.h"
#include "world/Footpath.h"
#include "world/Scenery.h"
#include "world/tile_element/BannerElement.h"
#include "world/tile_element/EntranceElement.h"
#include "world/tile_element/WallElement.h"