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