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