Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
05e2b6137611c31bd5c3a4db7054fe677c20f5a4
/
.
/
src
/
generated
/
constraints
/
ik_constraint_base.cpp
blob: 71df2b2d10650088fc33758bfa70bbbc3d750058 [
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
;
}