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