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