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