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 846f9d0..8ede3fa 100644
--- a/cell.h
+++ b/cell.h
@@ -32,6 +32,7 @@ class cell : public square
NUMBER = 1 << 3 /* square is a number */
};
void flagcheck();
+ int getflags();
private:
enum flagtype flags;