Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
11e9c65e7a4fdf47a94e8d8d3366a1c02b087087
/
.
/
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
;
}