blob: bf819367f8e20cdb1bd87ffbcc6d0dec669ba7f7 (
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(NetworkedAnimator* networkedAnimator, function<Json(String const&, Json const&)> getParameter);
}
}
|