blob: 568f29ed219db755fda51622ea4b77fa8f19895b [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