| #ifndef _RIVE_EVENT_BOOL_CHANGE_HPP_ | |
| #define _RIVE_EVENT_BOOL_CHANGE_HPP_ | |
| #include "rive/generated/animation/event_bool_change_base.hpp" | |
| #include <stdio.h> | |
| namespace rive { | |
| class EventBoolChange : public EventBoolChangeBase { | |
| public: | |
| }; | |
| } // namespace rive | |
| #endif |