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