summaryrefslogtreecommitdiff
path: root/src/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h
new file mode 100644
index 0000000..b1eaab2
--- /dev/null
+++ b/src/consts.h
@@ -0,0 +1,4 @@
+#define EMPTY 0
+#define X 1
+#define O 2
+#define TIE 3 \ No newline at end of file