#ifndef COMS_UI_TEXTAREA_H #define COMS_UI_TEXTAREA_H #include "../stdlib/Types.h" struct UITextareaState { }; struct UITextarea { }; #endif