cOMS/ui/UIPanel.h

13 lines
131 B
C

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