diff options
| author | tslil <tslil@posteo.de> | 2020-12-29 22:48:53 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 0a3b2d825077b5e6c5f1cf4a0dcb13fdfffc0be6 (patch) | |
| tree | 08b71fbf1810806e628bbf7f8d7b121d9b7c8443 /include/tak.h | |
| parent | e57746530836b24b6d8d20e41239e955fa9e20d4 (diff) | |
Working on the big wrapper for everything
Diffstat (limited to 'include/tak.h')
| -rw-r--r-- | include/tak.h | 7 |
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); |
