blob: 260bc0fc442053eb5922579793536de0b990d049 [file] [log] [blame]
#ifndef _RIVE_CUSTOM_PROPERTY_BOOLEAN_HPP_
#define _RIVE_CUSTOM_PROPERTY_BOOLEAN_HPP_
#include "rive/generated/custom_property_boolean_base.hpp"
#include <stdio.h>
namespace rive
{
class CustomPropertyBoolean : public CustomPropertyBooleanBase
{
public:
};
} // namespace rive
#endif