summaryrefslogtreecommitdiff
path: root/cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cell.h')
-rw-r--r--cell.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cell.h b/cell.h
new file mode 100644
index 0000000..76ecd90
--- /dev/null
+++ b/cell.h
@@ -0,0 +1,7 @@
+struct cell
+{
+ char val;
+ char not[9];
+} cell;
+
+