mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-08 06:48:41 +00:00
13 lines
131 B
C
13 lines
131 B
C
#ifndef TOS_UI_PANEL_H
|
|
#define TOS_UI_PANEL_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UIPanelState {
|
|
};
|
|
|
|
struct UIPanel {
|
|
|
|
};
|
|
|
|
#endif |