blob: 79d39339bab03d0ee3ba3c1fc07abd9b4f644f84 [file] [log] [blame]
#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