Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
7b2347c9df351c17c0f8e4e29f9bb26f0d7112c5
/
.
/
src
/
generated
/
nested_artboard_leaf_base.cpp
blob: d025a17fb7c3becd25072e80fa4d38088bdbe8ee [
file
] [
log
] [
blame
]
#include
"rive/generated/nested_artboard_leaf_base.hpp"
#include
"rive/nested_artboard_leaf.hpp"
using
namespace
rive
;
Core
*
NestedArtboardLeafBase
::
clone
()
const
{
auto
cloned
=
new
NestedArtboardLeaf
();
cloned
->
copy
(*
this
);
return
cloned
;
}