#ifndef _RIVE_ABSOLUTE_LAYOUT_COMPONENT_HPP_ | |
#define _RIVE_ABSOLUTE_LAYOUT_COMPONENT_HPP_ | |
#include "rive/generated/layout_component_absolute_base.hpp" | |
#include <stdio.h> | |
namespace rive | |
{ | |
class AbsoluteLayoutComponent : public AbsoluteLayoutComponentBase | |
{ | |
public: | |
}; | |
} // namespace rive | |
#endif |