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