summaryrefslogtreecommitdiff
path: root/cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cell.cpp')
-rw-r--r--cell.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cell.cpp b/cell.cpp
index e4035ba..d32fa6e 100644
--- a/cell.cpp
+++ b/cell.cpp
@@ -39,3 +39,8 @@ void cell::flagcheck()
if (flags & NUMBER)
puts("number");
}
+
+int cell::getflags()
+{
+ return flags;
+}