nsnake
Classic snake game for the terminal
src
Display
Layouts
LayoutFirstTime.hpp
1
#ifndef LAYOUTFIRSTTIME_H_DEFINED
2
#define LAYOUTFIRSTTIME_H_DEFINED
3
4
#include <Engine/Graphics/Layout.hpp>
5
#include <Engine/Graphics/Window.hpp>
6
#include <Engine/Graphics/Widgets/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
LayoutFirstTime
How we show the screen at GameStateFirstTime.
Definition:
LayoutFirstTime.hpp:10
Generated on Fri Feb 8 2019 14:33:04 for nsnake by
1.8.15