diff options
Diffstat (limited to 'source/frontend/StarVoiceLuaBindings.hpp')
-rw-r--r-- | source/frontend/StarVoiceLuaBindings.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
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 |