|
nsnake
Classic snake game for the terminal
|


Public Member Functions | |
| LayoutGame (Game *game, int width, int height) | |
| void | windowsInit () |
| void | windowsExit () |
| void | draw (Menu *menu) |
Public Attributes | |
| Window * | pause |
| Contains the pause menu. | |
| Window * | help |
| Contains the help screen. | |
Definition at line 11 of file LayoutGame.hpp.
| LayoutGame::LayoutGame | ( | Game * | game, |
| int | width, | ||
| int | height | ||
| ) |
Definition at line 5 of file LayoutGame.cpp.
|
virtual |
Definition at line 17 of file LayoutGame.cpp.
| void LayoutGame::draw | ( | Menu * | menu | ) |
Definition at line 78 of file LayoutGame.cpp.
| void LayoutGame::windowsExit | ( | ) |
Definition at line 64 of file LayoutGame.cpp.
| void LayoutGame::windowsInit | ( | ) |
Definition at line 21 of file LayoutGame.cpp.
| Window* LayoutGame::help |
Contains the help screen.
Definition at line 45 of file LayoutGame.hpp.
| Window* LayoutGame::pause |
Contains the pause menu.
Definition at line 42 of file LayoutGame.hpp.