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