Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
animation
/
state_machine_layer_base.cpp
blob: 907e9ca08bd332c3602c73bc270a976aff026ef9 [
file
]
#include
"generated/animation/state_machine_layer_base.hpp"
#include
"animation/state_machine_layer.hpp"
using
namespace
rive
;
Core
*
StateMachineLayerBase
::
clone
()
const
{
auto
cloned
=
new
StateMachineLayer
();
cloned
->
copy
(*
this
);
return
cloned
;
}