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))
{}