#ifndef OUTPUT_H_ #define POINT_H_ #include ; #include "Point.h"; #include "ColorPoint.h"; ostream & operator<<(ostream & out, const Point & p); ostream & operator<<(ostream & out, const ColorPoint & cp); #endif /* OUTPUT_H */