osb/source/frontend/StarVoiceLuaBindings.hpp

14 lines
142 B
C++
Raw Permalink Normal View History

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