Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
22a8008bab74a1ed647671a8ae4e87760442f1a9
/
.
/
src
/
generated
/
shapes
/
polygon_base.cpp
blob: 58dd71f13d2e3ac3bc55b92c7e89f208d3ac020d [
file
]
#include
"generated/shapes/polygon_base.hpp"
#include
"shapes/polygon.hpp"
using
namespace
rive
;
Core
*
PolygonBase
::
clone
()
const
{
auto
cloned
=
new
Polygon
();
cloned
->
copy
(*
this
);
return
cloned
;
}