Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
b1dc7eb2b5f5de7abc3d7f3b413e5d9a5c74d62f
/
.
/
src
/
generated
/
constraints
/
ik_constraint_base.cpp
blob: 8a16dac0728056315e81e11b46034902746555dc [
file
]
#include
"rive/generated/constraints/ik_constraint_base.hpp"
#include
"rive/constraints/ik_constraint.hpp"
using
namespace
rive
;
Core
*
IKConstraintBase
::
clone
()
const
{
auto
cloned
=
new
IKConstraint
();
cloned
->
copy
(*
this
);
return
cloned
;
}