osb/source/frontend/StarVoiceLuaBindings.hpp

17 lines
209 B
C++
Raw Normal View History

2023-07-18 17:36:51 +10: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 23:16:59 +10:00
LuaCallbacks makeVoiceCallbacks();
2023-07-18 17:36:51 +10:00
}
}
#endif