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

Move ScNetwork and ScPlayer into their own files

This commit is contained in:
ZehMatt
2021-08-09 21:08:35 +03:00
parent 64b57734e1
commit 99eee53c60
7 changed files with 522 additions and 371 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/ScPlayer.hpp"
# include "bindings/network/ScPlayerGroup.hpp"
# include "bindings/network/ScSocket.hpp"
# include "bindings/object/ScObject.hpp"