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