// #include "Pion.h" Pion::Pion(int x, int y) : Piece(PION, x, y) { } // ABSTRACT string Pion::getchar(){ return (_player) ? "\u265F" : "\u2659"; }