/* SPDX-License-Identifier: GPL-2.0-only */ #pragma once #include "config.h" #include "types.h" extern void playMove( board_t *boardptr, #ifndef ONLYPUT const move_t move, #endif /* ! ONLYPUT */ const int column ); extern void calcWins( wins_t *wins, const board_t board );