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

Move ScTileElement into its own files

This commit is contained in:
ZehMatt
2021-08-10 16:21:20 +03:00
parent 4684f39df9
commit 9f95b006d3
5 changed files with 1771 additions and 1550 deletions

View File

@@ -48,6 +48,7 @@
# include "bindings/world/ScParkMessage.hpp"
# include "bindings/world/ScScenario.hpp"
# include "bindings/world/ScTile.hpp"
# include "bindings/world/ScTileElement.hpp"
# include <iostream>
# include <stdexcept>