summaryrefslogtreecommitdiff
path: root/cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cell.h')
-rw-r--r--cell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cell.h b/cell.h
index 70b37d3..8b98496 100644
--- a/cell.h
+++ b/cell.h
@@ -34,6 +34,7 @@ class cell : public square
void flagcheck();
int getflags();
void reveal();
+ void makemine();
private:
enum flagtype flags;