|
Snoke
|
Coordinates and style of the cell in console window. More...
#include <common.h>

Public Member Functions | |
| bool | operator== (Point p) |
| Operation "==" override for the Point class. More... | |
Public Attributes | |
| short | x |
| short | y |
| PointStyle | style |
Coordinates and style of the cell in console window.
| x | - x coordinate in console window |
| y | - y coordinate in console window |
| style | - style of the cell |
| bool Point::operator== | ( | Point | p | ) |
Operation "==" override for the Point class.
| p | - the Point to compare with |
Definition at line 19 of file common.cpp.
| PointStyle Point::style |