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