mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-10 19:08:39 +00:00
13 lines
137 B
C
Executable File
13 lines
137 B
C
Executable File
#ifndef COMS_UI_SELECT_H
|
|
#define COMS_UI_SELECT_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UISelectState {
|
|
};
|
|
|
|
struct UISelect {
|
|
|
|
};
|
|
|
|
#endif |