nsnake
Classic snake game for the terminal
src
Interface
LayoutFirstTime.hpp
1
#ifndef LAYOUTFIRSTTIME_H_DEFINED
2
#define LAYOUTFIRSTTIME_H_DEFINED
3
4
#include <Interface/Layout.hpp>
5
#include <Interface/Window.hpp>
6
#include <Interface/Menu/Menu.hpp>
7
10
class
LayoutFirstTime
:
public
Layout
11
{
12
public
:
13
LayoutFirstTime
(
int
width,
int
height);
14
virtual
~
LayoutFirstTime
();
15
16
void
windowsInit();
17
void
windowsExit();
18
19
void
draw();
20
};
21
22
#endif //LAYOUTFIRSTTIME_H_DEFINED
23
Layout
Interface for how the things are shown on the screen.
Definition:
Layout.hpp:16
LayoutFirstTime
How we show the screen at GameStateFirstTime.
Definition:
LayoutFirstTime.hpp:11
Generated on Tue Jul 28 2020 00:00:00 for nsnake by
1.8.18