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

Move WallElement into its own header/source files

This commit is contained in:
duncanspumpkin
2024-10-03 21:09:30 +01:00
committed by Gymnasiast
parent 1172016264
commit 6283993351
41 changed files with 221 additions and 194 deletions

View File

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