| #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 |