nsnake
Classic snake game for the terminal
Public Member Functions | List of all members
LayoutFirstTime Class Reference

How we show the screen at GameStateFirstTime. More...

#include <LayoutFirstTime.hpp>

Inheritance diagram for LayoutFirstTime:
Inheritance graph
[legend]
Collaboration diagram for LayoutFirstTime:
Collaboration graph
[legend]

Public Member Functions

 LayoutFirstTime (int width, int height)
 
void windowsInit ()
 
void windowsExit ()
 
void draw ()
 
- Public Member Functions inherited from Layout
 Layout (int width, int height)
 

Additional Inherited Members

- Public Attributes inherited from Layout
Windowmain
 Layout's main Window, where all the others are inside.
 
- Static Public Attributes inherited from Layout
static int screenWidth = 0
 Full width of the terminal right now.
 
static int screenHeight = 0
 Full height of the terminal right now.
 

Detailed Description

How we show the screen at GameStateFirstTime.

See it's documentation there.

Definition at line 10 of file LayoutFirstTime.hpp.


The documentation for this class was generated from the following files: