Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
11e9c65e7a4fdf47a94e8d8d3366a1c02b087087
/
.
/
src
/
generated
/
bones
/
cubic_weight_base.cpp
blob: 4192b74bb051190b9e1110688414b6b7fe4fb530 [
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
;
}