diff options
| author | Adam T. Carpenter <Commodore@chunkybluegiant> | 2025-04-26 23:57:07 -0400 |
|---|---|---|
| committer | Adam T. Carpenter <Commodore@chunkybluegiant> | 2025-04-26 23:57:07 -0400 |
| commit | 0976b24cad90547fec8a1252f7e962b13d711501 (patch) | |
| tree | 853950c605e5c10d52ccd00b52bf8553c923fe3b /src/consts.h | |
| download | ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.tar.xz ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.zip | |
solver and prompter
Diffstat (limited to 'src/consts.h')
| -rw-r--r-- | src/consts.h | 4 |
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 |