blob: 98addbf5c9294b5a7bdb3feaec8943abd560a261 [file] [log] [blame]
#include "rive/artboard.hpp"
#include "rive/importers/bindable_property_importer.hpp"
#include "rive/data_bind/bindable_property.hpp"
using namespace rive;
BindablePropertyImporter::BindablePropertyImporter(
BindableProperty* bindableProperty) :
m_bindableProperty(bindableProperty)
{}