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