Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
46df7e5c3ad544c0b7f0bc01f297c2514dccf51a
/
.
/
include
/
rive
/
animation
/
animation.hpp
blob: 757bca8099f1b83ecf399d0379e413d8566c70a8 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_ANIMATION_HPP_
#define
_RIVE_ANIMATION_HPP_
#include
"rive/generated/animation/animation_base.hpp"
namespace
rive
{
class
Animation
:
public
AnimationBase
{};
}
// namespace rive
#endif