blob: 22f88badcee57296cc6455896fa5c1db381b69e1 [file] [log] [blame]
#include "rive/generated/shapes/cubic_detached_vertex_base.hpp"
#include "rive/shapes/cubic_detached_vertex.hpp"
using namespace rive;
Core* CubicDetachedVertexBase::clone() const
{
auto cloned = new CubicDetachedVertex();
cloned->copy(*this);
return cloned;
}