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