Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ea25a4e5e292e896a8c86ffd2f13813dfe2fffa7
/
.
/
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