summaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/tak.h b/include/tak.h
new file mode 100644
index 0000000..1c0ef50
--- /dev/null
+++ b/include/tak.h
@@ -0,0 +1,7 @@
+#include "state.h"
+#include "ptn.h"
+
+void reset_game(const uint8_t new_board_size);
+
+enum E_RESULT
+try_ptn(char *ptn);