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