// #include "Roi.h"
Roi::Roi(int x, int y) : Piece(ROI, x, y) {
}
// ABSTRACT
string Roi::getchar(){
return "\u265A";
return "\u2654";