Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
575ac8986c93d9420a9d7d9517582df9dbeeafd6
/
.
/
include
/
rive
/
animation
/
exit_state.hpp
blob: e2aad93f083a89b028d6186aa8b35405d3096550 [
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