blob: 607f142385fd82cf90be57a79d30b84243650780 [file]
#include "animation/blend_animation_1d.hpp"
using namespace rive;
StatusCode BlendAnimation1D::onAddedDirty(CoreContext* context)
{
return StatusCode::Ok;
}
StatusCode BlendAnimation1D::onAddedClean(CoreContext* context)
{
return StatusCode::Ok;
}