nsnake
Classic snake game for the terminal
|
How we show the screen at GameStateFirstTime. More...
#include <LayoutFirstTime.hpp>
Public Member Functions | |
LayoutFirstTime (int width, int height) | |
void | windowsInit () |
void | windowsExit () |
void | draw () |
![]() | |
Layout (int width, int height) | |
Additional Inherited Members | |
![]() | |
Window * | main |
Layout's main Window, where all the others are inside. | |
![]() | |
static int | screenWidth = 0 |
Full width of the terminal right now. | |
static int | screenHeight = 0 |
Full height of the terminal right now. | |
How we show the screen at GameStateFirstTime.
See it's documentation there.
Definition at line 10 of file LayoutFirstTime.hpp.