osb/source/game/scripting/StarScriptedAnimatorLuaBindings.hpp

12 lines
259 B
C++
Raw Normal View History

#pragma once
2023-06-20 04:33:09 +00:00
#include "StarLua.hpp"
#include "StarNetworkedAnimator.hpp"
namespace Star {
namespace LuaBindings {
LuaCallbacks makeScriptedAnimatorCallbacks(const NetworkedAnimator* animator, function<Json(String const&, Json const&)> getParameter);
}
}