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

Move ScPlayerGroup into its own files

This commit is contained in:
ZehMatt
2021-08-09 20:55:58 +03:00
parent 68a795d607
commit 64b57734e1
6 changed files with 203 additions and 131 deletions

View File

@@ -34,6 +34,7 @@
# include "bindings/game/ScContext.hpp"
# include "bindings/game/ScDisposable.hpp"
# include "bindings/network/ScNetwork.hpp"
# include "bindings/network/ScPlayerGroup.hpp"
# include "bindings/network/ScSocket.hpp"
# include "bindings/object/ScObject.hpp"
# include "bindings/ride/ScRide.hpp"