blob: 58b89ff6160c05e0bea2124336ffa993eee70445 [file] [log] [blame]
#ifndef _RIVE_BINDABLE_PROPERTY_ASSET_HPP_
#define _RIVE_BINDABLE_PROPERTY_ASSET_HPP_
#include "rive/generated/data_bind/bindable_property_asset_base.hpp"
#include <stdio.h>
namespace rive
{
class BindablePropertyAsset : public BindablePropertyAssetBase
{
public:
constexpr static uint32_t defaultValue = -1;
};
} // namespace rive
#endif