Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / src / generated / shapes / cubic_asymmetric_vertex_base.cpp
1 #include "rive/generated/shapes/cubic_asymmetric_vertex_base.hpp"
2 #include "rive/shapes/cubic_asymmetric_vertex.hpp"
3
4 using namespace rive;
5
6 Core* CubicAsymmetricVertexBase::clone() const {
7     auto cloned = new CubicAsymmetricVertex();
8     cloned->copy(*this);
9     return cloned;
10 }