blob: 03b49efa272622564dfe12814604fe242839cf43 [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