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