Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
b6b0f89c0881b8f7707bab62b83fdd281ca25cf6
/
.
/
src
/
generated
/
animation
/
nested_trigger_base.cpp
blob: 44bb423119757f6c04fa30075888e246f4fd75a3 [
file
]
#include
"rive/generated/animation/nested_trigger_base.hpp"
#include
"rive/animation/nested_trigger.hpp"
using
namespace
rive
;
Core
*
NestedTriggerBase
::
clone
()
const
{
auto
cloned
=
new
NestedTrigger
();
cloned
->
copy
(*
this
);
return
cloned
;
}