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