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