Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
d25e6a4b6c1b8382b588f08371231373780fbcd5
/
.
/
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
;
}