osb/source/frontend/StarVoiceLuaBindings.hpp

14 lines
142 B
C++
Raw Normal View History

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