// #include "Pion.h" Pion::Pion(int x, int y) : Piece(PION, x, y) { } // ABSTRACT char Pion::getchar(){ return 'P'; }