Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
eabff5f2f17fe6a7c9f7f84ccc7855d3a571a9f8
/
.
/
src
/
generated
/
backboard_base.cpp
blob: 64ff18ccc1849bc77977b08267daaad22e4022be [
file
]
#include
"rive/generated/backboard_base.hpp"
#include
"rive/backboard.hpp"
using
namespace
rive
;
Core
*
BackboardBase
::
clone
()
const
{
auto
cloned
=
new
Backboard
();
cloned
->
copy
(*
this
);
return
cloned
;
}