Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
eabff5f2f17fe6a7c9f7f84ccc7855d3a571a9f8
/
.
/
src
/
generated
/
animation
/
animation_base.cpp
blob: 81aef8c5d6cba420f1d03435fd77e612a0f0b932 [
file
] [
log
] [
blame
]
#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
;
}