blob: cbfb148bd47e61c215c40d92a25b7d12598e5127 [file] [log] [blame]
#ifndef _RIVE_BINDABLE_PROPERTY_HPP_
#define _RIVE_BINDABLE_PROPERTY_HPP_
#include "rive/generated/data_bind/bindable_property_base.hpp"
#include "rive/data_bind/data_bind.hpp"
#include <stdio.h>
namespace rive
{
class BindableProperty : public BindablePropertyBase
{};
} // namespace rive
#endif