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