mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
14 lines
210 B
C
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 |