blob: 62ce595b02e8387d1d319cc3cab058fd8f4c0740 [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