Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarInterfaceLuaBindings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarInterfaceLuaBindings.hpp')
-rw-r--r--source/frontend/StarInterfaceLuaBindings.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarInterfaceLuaBindings.hpp b/source/frontend/StarInterfaceLuaBindings.hpp
index 539cceb..2973f18 100644
--- a/source/frontend/StarInterfaceLuaBindings.hpp
+++ b/source/frontend/StarInterfaceLuaBindings.hpp
@@ -5,9 +5,11 @@
namespace Star {
STAR_CLASS(MainInterface);
+STAR_CLASS(UniverseClient);
namespace LuaBindings {
LuaCallbacks makeInterfaceCallbacks(MainInterface* mainInterface);
+ LuaCallbacks makeChatCallbacks(MainInterface* mainInterface, UniverseClient* client);
}
}