Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
a040296117c5dbdfce2819c30e2f39b8b5327d6c
/
.
/
src
/
generated
/
bones
/
weight_base.cpp
blob: f62cb026a07f3cf0fde97b3b0cebcf8ac6b06224 [
file
] [
log
] [
blame
]
#include
"rive/generated/bones/weight_base.hpp"
#include
"rive/bones/weight.hpp"
using
namespace
rive
;
Core
*
WeightBase
::
clone
()
const
{
auto
cloned
=
new
Weight
();
cloned
->
copy
(*
this
);
return
cloned
;
}