blob: 9628d4ed867260f22e84240907572b934ae1189a [file]
#ifndef _RIVE_SKELETAL_COMPONENT_HPP_
#define _RIVE_SKELETAL_COMPONENT_HPP_
#include "generated/bones/skeletal_component_base.hpp"
#include <stdio.h>
namespace rive
{
class SkeletalComponent : public SkeletalComponentBase
{
public:
};
} // namespace rive
#endif