Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
1de56230e9ea062a2da2e25eee00942eafe3bdb4
/
.
/
src
/
generated
/
component_origin_base.cpp
blob: 6e69f6a7d8f27186a35f01d7dfccf8fcf394126d [
file
]
#include
"rive/generated/component_origin_base.hpp"
#include
"rive/component_origin.hpp"
using
namespace
rive
;
Core
*
ComponentOriginBase
::
clone
()
const
{
auto
cloned
=
new
ComponentOrigin
();
cloned
->
copy
(*
this
);
return
cloned
;
}