Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
77804e86f121f293fe31f5c51773390e45ba0218
/
.
/
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
;
}