Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / include / rive / bones / skeletal_component.hpp
1 #ifndef _RIVE_SKELETAL_COMPONENT_HPP_
2 #define _RIVE_SKELETAL_COMPONENT_HPP_
3 #include "rive/generated/bones/skeletal_component_base.hpp"
4 #include <stdio.h>
5 namespace rive {
6     class SkeletalComponent : public SkeletalComponentBase {
7     public:
8     };
9 } // namespace rive
10
11 #endif