Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
3ebaccca0931f087f7dc20a7f1a39025a4ca4f5f
/
.
/
include
/
rive
/
animation
/
animation.hpp
blob: f61e44dc4f51694b69e282f312e0e0eb1cb82e11 [
file
]
#ifndef
_RIVE_ANIMATION_HPP_
#define
_RIVE_ANIMATION_HPP_
#include
"rive/generated/animation/animation_base.hpp"
namespace
rive
{
class
Animation
:
public
AnimationBase
{};
}
// namespace rive
#endif