blob: 84db97af3cfb72787fe5d3a3495777a0662e18d7 [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;
}