blob: ac1fe64f096c877e4d09ab477b1a87d0c2e858d9 [file] [log] [blame]
#ifndef _RIVE_BLEND_ANIMATION1_D_HPP_
#define _RIVE_BLEND_ANIMATION1_D_HPP_
#include "rive/generated/animation/blend_animation_1d_base.hpp"
#include <stdio.h>
namespace rive
{
class BlendAnimation1D : public BlendAnimation1DBase
{
public:
StatusCode onAddedDirty(CoreContext* context) override;
StatusCode onAddedClean(CoreContext* context) override;
};
} // namespace rive
#endif