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