Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
bd98e2b5a7780b01e7d0ad4b1e9f653fe57b2873
/
.
/
src
/
generated
/
animation
/
linear_animation_base.cpp
blob: f1d084f1fcddf5417acbdee6e488901edd46c365 [
file
] [
log
] [
blame
]
#include
"rive/generated/animation/linear_animation_base.hpp"
#include
"rive/animation/linear_animation.hpp"
using
namespace
rive
;
Core
*
LinearAnimationBase
::
clone
()
const
{
auto
cloned
=
new
LinearAnimation
();
cloned
->
copy
(*
this
);
return
cloned
;
}