Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
eabff5f2f17fe6a7c9f7f84ccc7855d3a571a9f8
/
.
/
src
/
generated
/
artboard_base.cpp
blob: 682be5eb74679354787897a07dd273b45d9f4e18 [
file
] [
log
] [
blame
]
#include
"rive/generated/artboard_base.hpp"
#include
"rive/artboard.hpp"
using
namespace
rive
;
Core
*
ArtboardBase
::
clone
()
const
{
auto
cloned
=
new
Artboard
();
cloned
->
copy
(*
this
);
return
cloned
;
}