1#ifndef OE_GUI_COMPONENT_IMAGE_H
2#define OE_GUI_COMPONENT_IMAGE_H
4#include "util/has_image.h"
5#include "util/has_color.h"
7#include "../component.h"
Definition component.h:22
T * createChild(Args &&... args)
Definition component.h:64
Definition has_color.h:10
Definition has_image.h:12
UI components.
Definition component.h:15