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