Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
7f5dcff7fbdb0662be72ede70a4d9b7bad1304fb
/
.
/
src
/
generated
/
shapes
/
clipping_shape_base.cpp
blob: fbd7cb954370e791ae654f49c8c09965cb51e634 [
file
] [
log
] [
blame
]
#include
"rive/generated/shapes/clipping_shape_base.hpp"
#include
"rive/shapes/clipping_shape.hpp"
using
namespace
rive
;
Core
*
ClippingShapeBase
::
clone
()
const
{
auto
cloned
=
new
ClippingShape
();
cloned
->
copy
(*
this
);
return
cloned
;
}