Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
animation
/
exit_state_base.cpp
blob: 56c790cbbe97df770f8f4756d30cc3eed1709bbe [
file
]
#include
"generated/animation/exit_state_base.hpp"
#include
"animation/exit_state.hpp"
using
namespace
rive
;
Core
*
ExitStateBase
::
clone
()
const
{
auto
cloned
=
new
ExitState
();
cloned
->
copy
(*
this
);
return
cloned
;
}