Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ea25a4e5e292e896a8c86ffd2f13813dfe2fffa7
/
.
/
include
/
animation
/
exit_state.hpp
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