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