catch me if you can
0.1
|
Set of usefull functions for the grid management. More...
Go to the source code of this file.
Functions | |
void | ClearScreen () |
Clear the current terminal. More... | |
void | Color (const std::string &Col) |
Set the color of the future input in the terminal. More... | |
void | DisplayGrid (const CMat &Mat) |
void | InitGrid (CMat &Mat, unsigned NbLine, unsigned NbColumn, CPosition &PosPlayer1, CPosition &PosPlayer2) |
Set of usefull functions for the grid management.
Definition in file gridmanagement.h.
void ClearScreen | ( | ) |
Clear the current terminal.
Definition at line 12 of file gridmanagement.cpp.
void Color | ( | const std::string & | Col | ) |
Set the color of the future input in the terminal.
[in] | Col | : Next color to be used |
void DisplayGrid | ( | const CMat & | Mat | ) |
Definition at line 23 of file gridmanagement.cpp.