mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 03:08:41 +00:00
13 lines
135 B
C
13 lines
135 B
C
#ifndef TOS_UI_BUTTON_H
|
|
#define TOS_UI_BUTTON_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UIButtonState {
|
|
};
|
|
|
|
struct UIButton {
|
|
|
|
};
|
|
|
|
#endif |