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