Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
2615d26b0e0718fd3b57f587cad6bae9b6fea919
/
.
/
src
/
generated
/
animation
/
state_machine_base.cpp
blob: 7d34670df0b6f01357de914e231c0b7b9f20f015 [
file
]
#include
"rive/generated/animation/state_machine_base.hpp"
#include
"rive/animation/state_machine.hpp"
using
namespace
rive
;
Core
*
StateMachineBase
::
clone
()
const
{
auto
cloned
=
new
StateMachine
();
cloned
->
copy
(*
this
);
return
cloned
;
}