Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
d25e6a4b6c1b8382b588f08371231373780fbcd5
/
.
/
src
/
generated
/
animation
/
state_transition_base.cpp
blob: f535fbd9874120dd23f1ee30ddc3e14d425a77ea [
file
]
#include
"rive/generated/animation/state_transition_base.hpp"
#include
"rive/animation/state_transition.hpp"
using
namespace
rive
;
Core
*
StateTransitionBase
::
clone
()
const
{
auto
cloned
=
new
StateTransition
();
cloned
->
copy
(*
this
);
return
cloned
;
}