mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 13:11:19 +01:00
13 lines
266 B
C++
13 lines
266 B
C++
#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 |