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