From 0a3b2d825077b5e6c5f1cf4a0dcb13fdfffc0be6 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 29 Dec 2020 22:48:53 -0500 Subject: Working on the big wrapper for everything --- include/tak.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/tak.h (limited to 'include/tak.h') 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); -- cgit v1.3.1