Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
944f5c0348ce093afacb8a0ad1dfce931e04bf24
/
.
/
src
/
generated
/
bones
/
cubic_weight_base.cpp
blob: c3e4300644f7dc0402efec059dbfb24288ddba67 [
file
]
#include
"rive/generated/bones/cubic_weight_base.hpp"
#include
"rive/bones/cubic_weight.hpp"
using
namespace
rive
;
Core
*
CubicWeightBase
::
clone
()
const
{
auto
cloned
=
new
CubicWeight
();
cloned
->
copy
(*
this
);
return
cloned
;
}