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);