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