Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4d4df2586e7c0e9a94e5eedf523d0ae936befa44
/
.
/
src
/
generated
/
shapes
/
mesh_base.cpp
blob: 5cae28336f2f2dfa577e81142a0e96e620bf394e [
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
;
}