Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
11e9c65e7a4fdf47a94e8d8d3366a1c02b087087
/
.
/
src
/
generated
/
shapes
/
mesh_vertex_base.cpp
blob: ff362628de4c5f1123910e358e5ddc49debc1a37 [
file
] [
log
] [
blame
]
#include
"rive/generated/shapes/mesh_vertex_base.hpp"
#include
"rive/shapes/mesh_vertex.hpp"
using
namespace
rive
;
Core
*
MeshVertexBase
::
clone
()
const
{
auto
cloned
=
new
MeshVertex
();
cloned
->
copy
(*
this
);
return
cloned
;
}