// #include "Tour.h"
Tour::Tour(int x, int y) : Piece(TOUR, x, y) {
}
// ABSTRACT
string Tour::getchar(){
return "\u265C";
return "\u2656";