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