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;
}