Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
adfd61a779bbef3dcf5406a9c0cb6bbd1952c2d8
/
.
/
src
/
generated
/
animation
/
state_transition_base.cpp
blob: ded9d53873f87d63cbceecacf23acc8b195862fa [
file
] [
log
] [
blame
]
#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
;
}