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();
Interface for how the things are shown on the screen.
Window * main
Layout's main Window, where all the others are inside.
static int screenWidth
Full width of the terminal right now.
static int screenHeight
Full height of the terminal right now.
A segment of the terminal screen (2D char matrix).