catch me if you can  0.1
Functions
gridmanagement.cpp File Reference
#include <iostream>
#include <iomanip>
#include "gridmanagement.h"
#include "type.h"
Include dependency graph for gridmanagement.cpp:

Go to the source code of this file.

Functions

void ClearScreen ()
 Clear the current terminal. More...
 
void Color (const string &Col)
 
void DisplayGrid (const CMat &Mat)
 
void InitGrid (CMat &Mat, unsigned NbLine, unsigned NbColumn, CPosition &PosPlayer1, CPosition &PosPlayer2)
 

Function Documentation

void ClearScreen ( )

Clear the current terminal.

Definition at line 12 of file gridmanagement.cpp.

Here is the caller graph for this function:

void Color ( const string &  Col)

Definition at line 17 of file gridmanagement.cpp.

Here is the caller graph for this function:

void DisplayGrid ( const CMat Mat)

Definition at line 23 of file gridmanagement.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void InitGrid ( CMat Mat,
unsigned  NbLine,
unsigned  NbColumn,
CPosition PosPlayer1,
CPosition PosPlayer2 
)

Definition at line 58 of file gridmanagement.cpp.

Here is the caller graph for this function: