first step of the model

This commit is contained in:
krilius 2015-04-29 22:28:29 +04:00
parent e241abc9df
commit a3b805ee7b
6 changed files with 243 additions and 8 deletions

View file

@ -20,6 +20,10 @@ class Cell
Cell(std::string value);
~Cell();
bool isEmpty();
bool equals(Cell * otherCell);
std::string getValue();
// Describes the cell in a terminal
std::string description();