blob: ebfd69223c14eb153d1b519873b10b1a43f1e3b8 [file] [log] [blame]
#ifndef _RIVE_CUBIC_INTERPOLATOR_COMPONENT_HPP_
#define _RIVE_CUBIC_INTERPOLATOR_COMPONENT_HPP_
#include "rive/generated/animation/cubic_interpolator_component_base.hpp"
#include <stdio.h>
namespace rive
{
class CubicInterpolatorComponent : public CubicInterpolatorComponentBase
{
public:
};
} // namespace rive
#endif