summaryrefslogtreecommitdiffstats
path: root/src/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.h')
-rw-r--r--src/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/board.h b/src/board.h
new file mode 100644
index 0000000..406560d
--- /dev/null
+++ b/src/board.h
@@ -0,0 +1,7 @@
+#ifndef BOARD_H
+#define BOARD_H
+
+static const int BOARD_WIDTH = 80;
+static const int BOARD_HEIGHT = 25;
+
+#endif