summaryrefslogtreecommitdiff
path: root/src/Model/Cell.hpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 08:43:05 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 08:43:05 +0200
commit8e94318a960259c3ef2dad472705e6de0b3229df (patch)
treec5964bf1087f310c0d62a9df747502b675b64772 /src/Model/Cell.hpp
parentad216d86f6573e3575e85f3a2941f6f34b5b1c0e (diff)
parenta3b805ee7b96d1d693c4108f0104650cfd60b565 (diff)
Merge branch 'MakeClass' of github.com:manzerbredes/2P11 into MakeClass
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();