summaryrefslogtreecommitdiff
path: root/src/consts.h
diff options
context:
space:
mode:
authorAdam T. Carpenter <Commodore@chunkybluegiant>2025-04-26 23:57:07 -0400
committerAdam T. Carpenter <Commodore@chunkybluegiant>2025-04-26 23:57:07 -0400
commit0976b24cad90547fec8a1252f7e962b13d711501 (patch)
tree853950c605e5c10d52ccd00b52bf8553c923fe3b /src/consts.h
downloadttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.tar.xz
ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.zip
solver and prompter
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