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