mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-10 19:08:39 +00:00
14 lines
212 B
C
Executable File
14 lines
212 B
C
Executable File
#ifndef COMS_UI_PANEL_H
|
|
#define COMS_UI_PANEL_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
#include "attribute/UIAttributeDimension.h"
|
|
|
|
struct UIPanelState {
|
|
};
|
|
|
|
struct UIPanel {
|
|
UIAttributeDimension dimension;
|
|
};
|
|
|
|
#endif |