nsnake
Classic snake game for the terminal
Loading...
Searching...
No Matches
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 ()
 

Detailed Description

How we show the screen at GameStateFirstTime.

See it's documentation there.

Definition at line 10 of file LayoutFirstTime.hpp.

Constructor & Destructor Documentation

◆ LayoutFirstTime()

LayoutFirstTime::LayoutFirstTime ( int  width,
int  height 
)

Definition at line 5 of file LayoutFirstTime.cpp.

◆ ~LayoutFirstTime()

LayoutFirstTime::~LayoutFirstTime ( )
virtual

Definition at line 10 of file LayoutFirstTime.cpp.

Member Function Documentation

◆ draw()

void LayoutFirstTime::draw ( )

Definition at line 24 of file LayoutFirstTime.cpp.

◆ windowsExit()

void LayoutFirstTime::windowsExit ( )

Definition at line 18 of file LayoutFirstTime.cpp.

◆ windowsInit()

void LayoutFirstTime::windowsInit ( )

Definition at line 14 of file LayoutFirstTime.cpp.


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