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