summaryrefslogtreecommitdiff
path: root/src/protos.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/protos.h
downloadttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.tar.xz
ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.zip
solver and prompter
Diffstat (limited to 'src/protos.h')
-rw-r--r--src/protos.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/protos.h b/src/protos.h
new file mode 100644
index 0000000..b658923
--- /dev/null
+++ b/src/protos.h
@@ -0,0 +1,4 @@
+#include "types.h";
+
+char is_board_solved(BOARD board);
+void print_board(BOARD board); \ No newline at end of file