blob: 955f64c18d1bb32ee4ec4959f21cadf0631c446e [file] [log] [blame]
#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