osb/source/frontend/StarVoiceLuaBindings.hpp

17 lines
209 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 {
2023-07-19 13:16:59 +00:00
LuaCallbacks makeVoiceCallbacks();
2023-07-18 07:36:51 +00:00
}
}
#endif