Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
23ab3294a0d4b1a11ddf62754560e3d6d5e2270e
/
.
/
src
/
generated
/
animation
/
animation_state_base.cpp
blob: 299adb6ed2f13a31e768d297c4f4ca34709d0899 [
file
]
#include
"rive/generated/animation/animation_state_base.hpp"
#include
"rive/animation/animation_state.hpp"
using
namespace
rive
;
Core
*
AnimationStateBase
::
clone
()
const
{
auto
cloned
=
new
AnimationState
();
cloned
->
copy
(*
this
);
return
cloned
;
}