Snoke
game.cpp File Reference

realisation of Game class More...

#include "game.h"
Include dependency graph for game.cpp:

Go to the source code of this file.

Functions

void resizeHandler (int sig)
 

Variables

Point gameFieldSize
 

Detailed Description

realisation of Game class

Author
Yegor Ignatov
Version
0.1
Date
2019-05-03

Definition in file game.cpp.

Function Documentation

void resizeHandler ( int  sig)

Handler for SIGWINCH signal

Parameters
sigSIGWINCH signal code

Definition at line 23 of file game.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

Point gameFieldSize

size of a game field(x, y)

Definition at line 17 of file game.cpp.