cOMS/ui/UIPanel.h

14 lines
210 B
C

#ifndef TOS_UI_PANEL_H
#define TOS_UI_PANEL_H
#include "../stdlib/Types.h"
#include "attribute/UIAttributeDimension.h"
struct UIPanelState {
};
struct UIPanel {
UIAttributeDimension dimension;
};
#endif