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