@@ -0,0 +1,8 @@
#include "pawn.h"
void pawn::move(int x, int y)
{
this->x = x;
this->y = y;
first_move_flag = false;
}
The note is not visible to the blocked user.