Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
c8352e4c56ffb6a92fb36268f4111c8a9f400961
/
.
/
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
;
}