Loading ttt_interface/ttt.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -200,6 +200,10 @@ int getCols(GAME_CODE theGameCode) { return strToInt(parseGameStatus(theGameCode)["cols"]); } int getInARow(GAME_CODE theGameCode) { return strToInt(parseGameStatus(theGameCode)["inARow"]); } string getBoard(GAME_CODE theGameCode) { return parseGameStatus(theGameCode)["board"]; } Loading Loading
ttt_interface/ttt.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -200,6 +200,10 @@ int getCols(GAME_CODE theGameCode) { return strToInt(parseGameStatus(theGameCode)["cols"]); } int getInARow(GAME_CODE theGameCode) { return strToInt(parseGameStatus(theGameCode)["inARow"]); } string getBoard(GAME_CODE theGameCode) { return parseGameStatus(theGameCode)["board"]; } Loading