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

Move ScRideStation into its own files

This commit is contained in:
ZehMatt
2021-08-09 21:20:40 +03:00
parent 99eee53c60
commit fe57dece6b
6 changed files with 202 additions and 118 deletions

View File

@@ -39,6 +39,7 @@
# include "bindings/network/ScSocket.hpp"
# include "bindings/object/ScObject.hpp"
# include "bindings/ride/ScRide.hpp"
# include "bindings/ride/ScRideStation.hpp"
# include "bindings/world/ScClimate.hpp"
# include "bindings/world/ScDate.hpp"
# include "bindings/world/ScMap.hpp"