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