1 #ifndef MENUITEMTEXTBOX_H_DEFINED 2 #define MENUITEMTEXTBOX_H_DEFINED 4 #include <Interface/Menu/MenuItem.hpp> 15 void draw(
Window* window,
int x,
int y,
int width,
bool hilite=
false);
19 std::string currentText;
23 #endif //MENUITEMTEXTBOX_H_DEFINED A segment of the terminal screen (2D char matrix).