Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
11e9c65e7a4fdf47a94e8d8d3366a1c02b087087
/
.
/
src
/
generated
/
animation
/
linear_animation_base.cpp
blob: b55beefdbc0569ee149550d8369a79fe7aac86c5 [
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
;
}