#pragma once #include #include struct TextInputScreen { Screen super; std::vector *m_textInputs; static void setup(Screen_vtable *vtable); };