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