#include #include "bishop.h" void bishop::move(int x, int y) { this->x = x; this->y = y; }