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