Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
f430d421d8b6fc9bfe0a32828b52ae9cb39a4571
/
.
/
src
/
generated
/
shapes
/
mesh_base.cpp
blob: e30a683d616fc5cdb240feba496259e6de285f15 [
file
]
#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
;
}