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