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