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