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