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