Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
bc0d66eb9feae8d2262ff63705595b1a62a9f1d3
/
.
/
src
/
generated
/
bones
/
weight_base.cpp
blob: 038e3ec6c4d0bda86c736f10cf140bd4829cbb00 [
file
]
#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
;
}