blob: 27f8ed5a1fc9c2838752864647cfb7f67a5186a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "StarLua.hpp"
#include "StarNetworkedAnimator.hpp"
namespace Star {
namespace LuaBindings {
LuaCallbacks makeScriptedAnimatorCallbacks(const NetworkedAnimator* animator, function<Json(String const&, Json const&)> getParameter);
}
}
|