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