summaryrefslogtreecommitdiff
path: root/src/Model/Cell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Cell.hpp')
-rw-r--r--src/Model/Cell.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Model/Cell.hpp b/src/Model/Cell.hpp
index 7775bf5..badd070 100644
--- a/src/Model/Cell.hpp
+++ b/src/Model/Cell.hpp
@@ -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();