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

Move ScPeep ScGuest and ScStaff to their own files

This commit is contained in:
ZehMatt
2021-08-09 19:56:11 +03:00
parent 33e2878d2d
commit 2e951877cb
9 changed files with 823 additions and 615 deletions

View File

@@ -25,6 +25,9 @@
# include "../platform/Platform2.h"
# include "Duktape.hpp"
# include "bindings/entity/ScEntity.hpp"
# include "bindings/entity/ScGuest.hpp"
# include "bindings/entity/ScPeep.hpp"
# include "bindings/entity/ScStaff.hpp"
# include "bindings/game/ScCheats.hpp"
# include "bindings/game/ScConsole.hpp"
# include "bindings/game/ScContext.hpp"