Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
e50d200f1c167c5624c423571f623be1e5bd8071
/
.
/
include
/
rive
/
animation
/
any_state.hpp
blob: 12aa76dac0e6a09afe2d80083909f18c32d8288e [
file
]
#ifndef
_RIVE_ANY_STATE_HPP_
#define
_RIVE_ANY_STATE_HPP_
#include
"rive/generated/animation/any_state_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
AnyState
:
public
AnyStateBase
{
public
:
};
}
// namespace rive
#endif