#pragma once #include "q3car.h" #include "q3bridge.h" _Monitor Printer { public: Printer( unsigned int cars ); void print( unsigned int id, Car::States state ); void print( unsigned int id, Car::States state, Bridge::Direction dir ); void print( unsigned int id, Car::States state, Bridge::Direction dir, int datum ); }; // Printer // Local Variables: // // mode: c++ // // compile-command: "make vote VIMPL=EXT" // // End: //