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