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