Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
eabff5f2f17fe6a7c9f7f84ccc7855d3a571a9f8
/
.
/
src
/
generated
/
bones
/
cubic_weight_base.cpp
blob: c3e4300644f7dc0402efec059dbfb24288ddba67 [
file
] [
log
] [
blame
]
#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
;
}