/* SPDX-License-Identifier: GPL-2.0-only */ #pragma once #include "types.h" #include "config.h" extern void initBoard( const board_t board ); extern void updateBoard( const wins_t wins, const board_t board, const columnsint_t column ); extern columnsint_t askColumn( const board_t board ); extern void exit_ui(void);