// #include "Cavalier.h" Cavalier::Cavalier(int x, int y) : Piece(CAVALIER, x, y) { } // ABSTRACT char Cavalier::getchar(){ return 'C'; }