Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
575ac8986c93d9420a9d7d9517582df9dbeeafd6
/
.
/
include
/
rive
/
animation
/
entry_state.hpp
blob: b03e7296b067b3bca78dba93cd505de8b9a814c6 [
file
] [
log
] [
blame
]
#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