blob: 7861dbd89d37d37e07a7b8bd91b0df33ac41c6aa [file] [log] [blame]
#ifndef _RIVE_NESTED_TRIGGER_HPP_
#define _RIVE_NESTED_TRIGGER_HPP_
#include "rive/generated/animation/nested_trigger_base.hpp"
#include <stdio.h>
namespace rive
{
class NestedTrigger : public NestedTriggerBase
{
public:
};
} // namespace rive
#endif