diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 9c00130..b8e9504 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -127,6 +127,9 @@ public: void handleIncomingPackets(List<PacketPtr> const& packets); List<PacketPtr> getOutgoingPackets(); + + // Sets default callbacks in the LuaRoot. + void setLuaCallbacks(String const& groupName, LuaCallbacks const& callbacks); // Set the rendering window for this client. void setClientWindow(RectI window); |