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