aboutsummaryrefslogtreecommitdiff
path: root/src/stagedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stagedata.h')
-rw-r--r--src/stagedata.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stagedata.h b/src/stagedata.h
new file mode 100644
index 0000000..62943fd
--- /dev/null
+++ b/src/stagedata.h
@@ -0,0 +1,6 @@
+#ifndef STAGEDATA_H
+#define STAGEDATA_H
+
+int stage[9][96];
+
+#endif \ No newline at end of file