Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
8af05e7a01c33493c0fc6073ba0d70a6dea1c1bb
/
.
/
src
/
generated
/
shapes
/
points_path_base.cpp
blob: 27169a85c3951333194fd2b2ca89b42e06c47414 [
file
] [
log
] [
blame
]
#include
"rive/generated/shapes/points_path_base.hpp"
#include
"rive/shapes/points_path.hpp"
using
namespace
rive
;
Core
*
PointsPathBase
::
clone
()
const
{
auto
cloned
=
new
PointsPath
();
cloned
->
copy
(*
this
);
return
cloned
;
}