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