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