Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5a94a09dfbbc9487347162b5110639cb4b4b683a
/
.
/
src
/
generated
/
script_input_artboard_base.cpp
blob: 4d85c95254fe18a4e81f437bd9bfd3d4cd33f86e [
file
] [
log
] [
blame
]
#include
"rive/generated/script_input_artboard_base.hpp"
#include
"rive/script_input_artboard.hpp"
using
namespace
rive
;
Core
*
ScriptInputArtboardBase
::
clone
()
const
{
auto
cloned
=
new
ScriptInputArtboard
();
cloned
->
copy
(*
this
);
return
cloned
;
}