blob: 283d353c65df6ab6b348693e89d776c4cb045770 [file] [log] [blame]
#include "rive/generated/animation/nested_simple_animation_base.hpp"
#include "rive/animation/nested_simple_animation.hpp"
using namespace rive;
Core* NestedSimpleAnimationBase::clone() const
{
auto cloned = new NestedSimpleAnimation();
cloned->copy(*this);
return cloned;
}