Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
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