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