blob: b3d79d27b1243c5133ffd49bdf1b345c265c149d [file] [log] [blame]
#ifndef _RIVE_EXIT_STATE_HPP_
#define _RIVE_EXIT_STATE_HPP_
#include "rive/generated/animation/exit_state_base.hpp"
#include <stdio.h>
namespace rive {
class ExitState : public ExitStateBase {
public:
};
} // namespace rive
#endif