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