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