blob: fb1731bcc62ed20a32f88e79aff0e7102adbbaf5 [file] [log] [blame]
#include "rive/generated/shapes/cubic_mirrored_vertex_base.hpp"
#include "rive/shapes/cubic_mirrored_vertex.hpp"
using namespace rive;
Core* CubicMirroredVertexBase::clone() const
{
auto cloned = new CubicMirroredVertex();
cloned->copy(*this);
return cloned;
}