Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4ff3973861c9ff1d9483aaf74560988e04495b27
/
.
/
src
/
bindable_artboard.cpp
blob: d8b65d48e1145a3f521cfc379d7b5809fa8bbb57 [
file
]
#include
"rive/bindable_artboard.hpp"
using
namespace
rive
;
BindableArtboard
::
BindableArtboard
(
rcp
<
const
File
>
file
,
std
::
unique_ptr
<
ArtboardInstance
>
artboard
)
:
m_file
(
file
),
m_artboard
(
std
::
move
(
artboard
))
{}