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