// #include "Fou.h" Fou::Fou(int x, int y) : Piece(FOU, x, y) { } // ABSTRACT char Fou::getchar(){ return 'F'; }