1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Move ScParkMessage into its own files

This commit is contained in:
ZehMatt
2021-08-10 15:19:10 +03:00
parent 437321ac8f
commit d558920606
6 changed files with 298 additions and 200 deletions

View File

@@ -45,6 +45,7 @@
# include "bindings/world/ScDate.hpp"
# include "bindings/world/ScMap.hpp"
# include "bindings/world/ScPark.hpp"
# include "bindings/world/ScParkMessage.hpp"
# include "bindings/world/ScScenario.hpp"
# include "bindings/world/ScTile.hpp"