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