Loading ttt_interface/ttt.h +2 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,8 @@ SQUARE getBoardSquare(string board, int theRow, int theCol); /** * @param theGameCode The code of the Game in question. * @return Who has won the game, or '-' if no one has won yet. * @return Who has won the game, '*' if it was a tie, and * '-' if no one has won yet. */ SQUARE getHasWon(GAME_CODE theGameCode); Loading Loading
ttt_interface/ttt.h +2 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,8 @@ SQUARE getBoardSquare(string board, int theRow, int theCol); /** * @param theGameCode The code of the Game in question. * @return Who has won the game, or '-' if no one has won yet. * @return Who has won the game, '*' if it was a tie, and * '-' if no one has won yet. */ SQUARE getHasWon(GAME_CODE theGameCode); Loading