Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
7fa3e5d3c065e7e511a5a183231ad7b67ef32465
/
.
/
include
/
rive
/
animation
/
exit_state.hpp
blob: 62ce595b02e8387d1d319cc3cab058fd8f4c0740 [
file
]
#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