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