osb/source/game/scripting/StarScriptedAnimatorLuaBindings.hpp
2024-02-25 15:46:47 +01:00

12 lines
259 B
C++

#pragma once
#include "StarLua.hpp"
#include "StarNetworkedAnimator.hpp"
namespace Star {
namespace LuaBindings {
LuaCallbacks makeScriptedAnimatorCallbacks(const NetworkedAnimator* animator, function<Json(String const&, Json const&)> getParameter);
}
}