#ifndef TOS_UI_TEXT_H #define TOS_UI_TEXT_H #include "../stdlib/Types.h" struct UITextState { }; struct UIText { }; #endif