blob: 18037b6ce597d1daef70e93f311592343578216b [file] [log] [blame]
#ifndef _RIVE_BINDABLE_PROPERTY_BOOLEAN_HPP_
#define _RIVE_BINDABLE_PROPERTY_BOOLEAN_HPP_
#include "rive/generated/data_bind/bindable_property_boolean_base.hpp"
#include <stdio.h>
namespace rive
{
class BindablePropertyBoolean : public BindablePropertyBooleanBase
{
public:
};
} // namespace rive
#endif