Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
739c66c429929cc51a40ad2e876e3e07ebfc86e8
/
.
/
src
/
generated
/
animation
/
blend_animation_1d_base.cpp
blob: 977b998f8e9811bd9ec4a6a248894b99d313ffa8 [
file
]
#include
"generated/animation/blend_animation_1d_base.hpp"
#include
"animation/blend_animation_1d.hpp"
using
namespace
rive
;
Core
*
BlendAnimation1DBase
::
clone
()
const
{
auto
cloned
=
new
BlendAnimation1D
();
cloned
->
copy
(*
this
);
return
cloned
;
}