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