Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
17a44957bcdbc471e96fd979d8770271da2ffb43
/
.
/
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
;
}