Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
40094a2fa06b92d0ab6d6c2b3a46c926a6773c80
/
.
/
include
/
rive
/
animation
/
entry_state.hpp
blob: b03e7296b067b3bca78dba93cd505de8b9a814c6 [
file
]
#ifndef
_RIVE_ENTRY_STATE_HPP_
#define
_RIVE_ENTRY_STATE_HPP_
#include
"rive/generated/animation/entry_state_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
EntryState
:
public
EntryStateBase
{
public
:
};
}
// namespace rive
#endif