// #include "Reine.h" Reine::Reine(int x, int y) : Piece(REINE, x, y) { } // ABSTRACT char Reine::getchar(){ return 'Q'; }