Snoke
ball.h File Reference

definitions and prototypes for Ball class More...

#include "../Common/common.h"
#include <random>
#include <ctime>
Include dependency graph for ball.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ball
 Describes the Ball entity of the game. More...
 

Variables

Point gameFieldSize
 

Detailed Description

definitions and prototypes for Ball class

Author
Yegor Ignatov
Version
0.1
Date
2019-05-03

Definition in file ball.h.

Variable Documentation

Point gameFieldSize

size of a game field(x, y)

Definition at line 17 of file game.cpp.