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