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