Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5a94a09dfbbc9487347162b5110639cb4b4b683a
/
.
/
src
/
generated
/
custom_property_group_base.cpp
blob: 13a9613d6a8a69ce7356c40f2505a5b8a0ecb241 [
file
] [
log
] [
blame
]
#include
"rive/generated/custom_property_group_base.hpp"
#include
"rive/custom_property_group.hpp"
using
namespace
rive
;
Core
*
CustomPropertyGroupBase
::
clone
()
const
{
auto
cloned
=
new
CustomPropertyGroup
();
cloned
->
copy
(*
this
);
return
cloned
;
}