12 lines
259 B
C++
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);
|
|
}
|
|
}
|