Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
adfd61a779bbef3dcf5406a9c0cb6bbd1952c2d8
/
.
/
src
/
generated
/
animation
/
any_state_base.cpp
blob: 48560367f8902ebc6cdb1478fac121571fde941a [
file
] [
log
] [
blame
]
#include
"rive/generated/animation/any_state_base.hpp"
#include
"rive/animation/any_state.hpp"
using
namespace
rive
;
Core
*
AnyStateBase
::
clone
()
const
{
auto
cloned
=
new
AnyState
();
cloned
->
copy
(*
this
);
return
cloned
;
}