Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
shapes
/
shape_base.cpp
blob: e6d187bc55448e1efcf61a14d47068ec2ef2c366 [
file
]
#include
"generated/shapes/shape_base.hpp"
#include
"shapes/shape.hpp"
using
namespace
rive
;
Core
*
ShapeBase
::
clone
()
const
{
auto
cloned
=
new
Shape
();
cloned
->
copy
(*
this
);
return
cloned
;
}