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