Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
cb21b1a8068a8f5316261b18db412d6135330d52
/
.
/
src
/
generated
/
animation
/
nested_number_base.cpp
blob: 4a7fa1dbe657f11f211d1e80d8dda260e80ba2b4 [
file
]
#include
"rive/generated/animation/nested_number_base.hpp"
#include
"rive/animation/nested_number.hpp"
using
namespace
rive
;
Core
*
NestedNumberBase
::
clone
()
const
{
auto
cloned
=
new
NestedNumber
();
cloned
->
copy
(*
this
);
return
cloned
;
}