Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5a94a09dfbbc9487347162b5110639cb4b4b683a
/
.
/
src
/
generated
/
script_input_boolean_base.cpp
blob: 32c459885eed402556384eeab93c2974b1a48321 [
file
] [
log
] [
blame
]
#include
"rive/generated/script_input_boolean_base.hpp"
#include
"rive/script_input_boolean.hpp"
using
namespace
rive
;
Core
*
ScriptInputBooleanBase
::
clone
()
const
{
auto
cloned
=
new
ScriptInputBoolean
();
cloned
->
copy
(*
this
);
return
cloned
;
}