1 #ifndef LAYOUT_H_DEFINED 2 #define LAYOUT_H_DEFINED 4 #include <Interface/Window.hpp> 24 Layout(
int width,
int height);
27 virtual void windowsInit();
28 virtual void windowsExit();
36 #endif //LAYOUT_H_DEFINED A segment of the terminal screen (2D char matrix).
Window * main
Layout's main Window, where all the others are inside.
static int screenWidth
Full width of the terminal right now.
Interface for how the things are shown on the screen.
static int screenHeight
Full height of the terminal right now.