Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
8bb659992d81f6f53a72ea21f7079149a1b8fced
/
.
/
src
/
generated
/
focus_data_base.cpp
blob: 0cdf2cc32d7625acc280c16a11486d47618c9e6e [
file
] [
log
] [
blame
]
#include
"rive/generated/focus_data_base.hpp"
#include
"rive/focus_data.hpp"
using
namespace
rive
;
Core
*
FocusDataBase
::
clone
()
const
{
auto
cloned
=
new
FocusData
();
cloned
->
copy
(*
this
);
return
cloned
;
}