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