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