first step of the model
This commit is contained in:
parent
e241abc9df
commit
a3b805ee7b
6 changed files with 243 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue