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