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