Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4afdae650937701a4c0564606b9b9e542b4fbc35
/
.
/
src
/
generated
/
data_bind
/
data_bind_base.cpp
blob: cc993f88426a90f0761dcd70cd6ea3d4a90eab8b [
file
] [
log
] [
blame
]
#include
"rive/generated/data_bind/data_bind_base.hpp"
#include
"rive/data_bind/data_bind.hpp"
using
namespace
rive
;
Core
*
DataBindBase
::
clone
()
const
{
auto
cloned
=
new
DataBind
();
cloned
->
copy
(*
this
);
return
cloned
;
}