add prof's player

This commit is contained in:
Sandipsinh Rathod 2024-12-06 18:07:55 -05:00
parent 37875aa1f4
commit 73ea8fa2ff
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

BIN
bar.so Normal file

Binary file not shown.

@ -54,7 +54,7 @@ void StrategicPlayer::EventAddBox(char box, const Loc &loc) {
set(board, loc.row, loc.col, box);
}
void selectLine(Board &board, int &row, int &col, int rows, int cols, char name) {
inline void selectLine(Board &board, int &row, int &col, int rows, int cols, char name) {
int max_row = 2 * rows - 2;
int max_col = 2 * cols - 2;