blob: 45d2dde62ebc4716f4ebb130064fbffb6bd79f4c [file] [log] [blame]
#ifndef _RIVE_BINDABLE_PROPERTY_ARTBOARD_HPP_
#define _RIVE_BINDABLE_PROPERTY_ARTBOARD_HPP_
#include "rive/generated/data_bind/bindable_property_artboard_base.hpp"
#include <stdio.h>
namespace rive
{
class BindablePropertyArtboard : public BindablePropertyArtboardBase
{
public:
constexpr static uint32_t defaultValue = -1;
};
} // namespace rive
#endif