Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
93e4ce468f0aadff5622e960baa16e6c87e0d5fb
/
.
/
src
/
generated
/
selection_style_base.cpp
blob: 95d0353a80f0af88418f5fa4e14248703473a939 [
file
]
#include
"rive/generated/selection_style_base.hpp"
#include
"rive/selection_style.hpp"
using
namespace
rive
;
Core
*
SelectionStyleBase
::
clone
()
const
{
auto
cloned
=
new
SelectionStyle
();
cloned
->
copy
(*
this
);
return
cloned
;
}