aboutsummaryrefslogtreecommitdiff
path: root/include/tak.h
blob: 1c0ef50cda36dc216256a1ddb69125d7bffc916b (plain)
1
2
3
4
5
6
7
#include "state.h"
#include "ptn.h"

void reset_game(const uint8_t new_board_size);

enum E_RESULT
try_ptn(char *ptn);