blob: 9cd329d2259e79e15f8ce090230c361d80fba57f [file] [log] [blame]
#include "rive/generated/shapes/cubic_asymmetric_vertex_base.hpp"
#include "rive/shapes/cubic_asymmetric_vertex.hpp"
using namespace rive;
Core* CubicAsymmetricVertexBase::clone() const
{
auto cloned = new CubicAsymmetricVertex();
cloned->copy(*this);
return cloned;
}