From 6e1d29fe861ef5a81c5458cd8ae68d09f36e28c3 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:36:51 +1000 Subject: Provide speaker info to HUD indicators --- source/frontend/StarVoiceLuaBindings.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/frontend/StarVoiceLuaBindings.hpp (limited to 'source/frontend/StarVoiceLuaBindings.hpp') diff --git a/source/frontend/StarVoiceLuaBindings.hpp b/source/frontend/StarVoiceLuaBindings.hpp new file mode 100644 index 0000000..8c83e54 --- /dev/null +++ b/source/frontend/StarVoiceLuaBindings.hpp @@ -0,0 +1,16 @@ +#ifndef STAR_VOICE_LUA_BINDINGS_HPP +#define STAR_VOICE_LUA_BINDINGS_HPP + +#include "StarLua.hpp" + +namespace Star { + +STAR_CLASS(Voice); + +namespace LuaBindings { + LuaCallbacks makeVoiceCallbacks(Voice* voice); +} + +} + +#endif -- cgit v1.2.3