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