// #include "Tour.h"
Tour::Tour(int x, int y) : Piece(TOUR, x, y) {
}
// ABSTRACT
char Tour::getchar(){
return 'T';