Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4afdae650937701a4c0564606b9b9e542b4fbc35
/
.
/
src
/
generated
/
animation
/
keyframe_string_base.cpp
blob: ff1fa864cd09a347f81ac34477c22711a2215f71 [
file
] [
log
] [
blame
]
#include
"rive/generated/animation/keyframe_string_base.hpp"
#include
"rive/animation/keyframe_string.hpp"
using
namespace
rive
;
Core
*
KeyFrameStringBase
::
clone
()
const
{
auto
cloned
=
new
KeyFrameString
();
cloned
->
copy
(*
this
);
return
cloned
;
}