add prof's player
This commit is contained in:
parent
37875aa1f4
commit
73ea8fa2ff
BIN
bar.so
Normal file
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user