Documented newBoard in Board.h

merge-requests/1/merge
marouault 4 years ago
parent 319f0252de
commit b81cba8d83

@ -29,6 +29,12 @@ typedef struct {
const size_t nbPieces; ///< Logical size of arrPieces
} Board;
/**
* \brief Create a new board
*
* \param nbPlayers The number of players
* \return A new board for nbPlayers
*/
Board newBoard(const size_t nbPlayers);
#endif // BOARD_H

Loading…
Cancel
Save