blob: 2fc040b5e0b53899f403e13d7cc7189f3c4dbb31 [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