// #include "Reine.h" Reine::Reine(int x, int y) : Piece(REINE, x, y) { } // ABSTRACT string Reine::getchar(){ return "\u265B"; return "\u2655"; }