Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
27e81b2a43bf02296a193d998f6c2bfb91d00690
/
.
/
src
/
generated
/
animation
/
animation_base.cpp
blob: e832aeb05f747d889c4650cdcd6a5acf5430a0a5 [
file
]
#include
"rive/generated/animation/animation_base.hpp"
#include
"rive/animation/animation.hpp"
using
namespace
rive
;
Core
*
AnimationBase
::
clone
()
const
{
auto
cloned
=
new
Animation
();
cloned
->
copy
(*
this
);
return
cloned
;
}