blob: f61e44dc4f51694b69e282f312e0e0eb1cb82e11 [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