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