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 8ede3fa..70b37d3 100644
--- a/cell.h
+++ b/cell.h
@@ -33,6 +33,7 @@ class cell : public square
};
void flagcheck();
int getflags();
+ void reveal();
private:
enum flagtype flags;