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

Move ScLitter to its own files

This commit is contained in:
ZehMatt
2021-08-09 20:32:20 +03:00
parent 2e951877cb
commit 371bbc0675
6 changed files with 127 additions and 68 deletions

View File

@@ -26,6 +26,7 @@
# include "Duktape.hpp"
# include "bindings/entity/ScEntity.hpp"
# include "bindings/entity/ScGuest.hpp"
# include "bindings/entity/ScLitter.hpp"
# include "bindings/entity/ScPeep.hpp"
# include "bindings/entity/ScStaff.hpp"
# include "bindings/game/ScCheats.hpp"