Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/Tod-update-browserstack-devices
/
.
/
src
/
bindable_artboard.cpp
blob: d8b65d48e1145a3f521cfc379d7b5809fa8bbb57 [
file
] [
log
] [
blame
] [
edit
]
#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
))
{}