lab 5 part 1 done
This commit is contained in:
@@ -23,6 +23,7 @@ class Line: public Shape{
|
||||
~Line();
|
||||
Line& operator=(const Line& rhs);
|
||||
void draw(GraphicsContext *gc);
|
||||
void out(std::ostream& os) const;
|
||||
Shape* clone();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user