Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
93e4ce468f0aadff5622e960baa16e6c87e0d5fb
/
.
/
src
/
generated
/
bitmap_cache_base.cpp
blob: 2ae7ae2ac904d33ffe5b799fb358d2c49a991240 [
file
]
#include
"rive/generated/bitmap_cache_base.hpp"
#include
"rive/bitmap_cache.hpp"
using
namespace
rive
;
Core
*
BitmapCacheBase
::
clone
()
const
{
auto
cloned
=
new
BitmapCache
();
cloned
->
copy
(*
this
);
return
cloned
;
}