Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
2615d26b0e0718fd3b57f587cad6bae9b6fea919
/
.
/
src
/
generated
/
animation
/
keyed_property_base.cpp
blob: fe175e5027afcdbeeebb60d00aa657059e82ee7f [
file
]
#include
"rive/generated/animation/keyed_property_base.hpp"
#include
"rive/animation/keyed_property.hpp"
using
namespace
rive
;
Core
*
KeyedPropertyBase
::
clone
()
const
{
auto
cloned
=
new
KeyedProperty
();
cloned
->
copy
(*
this
);
return
cloned
;
}