mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
13 lines
221 B
C++
13 lines
221 B
C++
#ifndef _RIVE_ROOT_BONE_HPP_
|
|
#define _RIVE_ROOT_BONE_HPP_
|
|
#include "generated/bones/root_bone_base.hpp"
|
|
#include <stdio.h>
|
|
namespace rive
|
|
{
|
|
class RootBone : public RootBoneBase
|
|
{
|
|
public:
|
|
};
|
|
} // namespace rive
|
|
|
|
#endif |