cOMS/ui/UISelect.h

13 lines
135 B
C

#ifndef TOS_UI_SELECT_H
#define TOS_UI_SELECT_H
#include "../stdlib/Types.h"
struct UISelectState {
};
struct UISelect {
};
#endif