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