Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
animation
/
entry_state_base.cpp
blob: 5f5ec14a7328c022de48ef2ccad09cbfa262252b [
file
]
#include
"generated/animation/entry_state_base.hpp"
#include
"animation/entry_state.hpp"
using
namespace
rive
;
Core
*
EntryStateBase
::
clone
()
const
{
auto
cloned
=
new
EntryState
();
cloned
->
copy
(*
this
);
return
cloned
;
}