blob: 96bf2eb87bd69f4c3b4a87ba9a247af356442721 [file] [log] [blame]
#include "rive/generated/animation/nested_remap_animation_base.hpp"
#include "rive/animation/nested_remap_animation.hpp"
using namespace rive;
Core* NestedRemapAnimationBase::clone() const
{
auto cloned = new NestedRemapAnimation();
cloned->copy(*this);
return cloned;
}