Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
animation
/
state_machine_bool_base.cpp
blob: 65f8d0d479fd60a89378ed37c5259847b009a6a6 [
file
]
#include
"generated/animation/state_machine_bool_base.hpp"
#include
"animation/state_machine_bool.hpp"
using
namespace
rive
;
Core
*
StateMachineBoolBase
::
clone
()
const
{
auto
cloned
=
new
StateMachineBool
();
cloned
->
copy
(*
this
);
return
cloned
;
}