#ifndef PRINTER_INCLUDED #define PRINTER_INCLUDED #include void printCoord(const Coord coord); #endif //PRINTER_INCLUDED