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