Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
draw_rules_base.cpp
blob: 8d3b56bc18de10fda7e9baeb7100728cb4d7e6f1 [
file
]
#include
"generated/draw_rules_base.hpp"
#include
"draw_rules.hpp"
using
namespace
rive
;
Core
*
DrawRulesBase
::
clone
()
const
{
auto
cloned
=
new
DrawRules
();
cloned
->
copy
(*
this
);
return
cloned
;
}