#ifndef TOS_UI_TAB_H #define TOS_UI_TAB_H #include "../stdlib/Types.h" struct UITabState { }; struct UITab { }; #endif