Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5a94a09dfbbc9487347162b5110639cb4b4b683a
/
.
/
src
/
generated
/
viewmodel
/
data_enum_custom_base.cpp
blob: 4b065f03318f52b9e9755b6bdf8721db86d98818 [
file
] [
log
] [
blame
]
#include
"rive/generated/viewmodel/data_enum_custom_base.hpp"
#include
"rive/viewmodel/data_enum_custom.hpp"
using
namespace
rive
;
Core
*
DataEnumCustomBase
::
clone
()
const
{
auto
cloned
=
new
DataEnumCustom
();
cloned
->
copy
(*
this
);
return
cloned
;
}