|
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) |
| virtual void | draw () |
Public Member Functions inherited from Layout | |
| Layout (int width, int height) | |
| virtual void | draw () |
Public Attributes | |
| Window * | pause |
| Contains the pause menu. | |
| Window * | help |
| Contains the help screen. | |
Public Attributes inherited from Layout | |
| Window * | main |
| Layout's main Window, where all the others are inside. | |
Additional Inherited Members | |
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. | |
Definition at line 11 of file LayoutGame.hpp.
1.8.14