osb/source/frontend/StarVoiceLuaBindings.hpp

17 lines
221 B
C++
Raw Normal View History

2023-07-18 07:36:51 +00:00
#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