From 986a589d45841832e3655892f65b773193e277af Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 4 Apr 2003 08:04:38 +0000 Subject: Toying with shapes --- include/glshape.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/glshape.h') diff --git a/include/glshape.h b/include/glshape.h index e3654f5..bb0bdb3 100644 --- a/include/glshape.h +++ b/include/glshape.h @@ -11,6 +11,7 @@ namespace mogltk { class glshape : public shape { public: virtual void pixel(int x, int y, ColorP = WHITE); + virtual void fdraw(fill *, ColorP = WHITE); virtual void box(int x1, int y1, int x2, int y2, ColorP = WHITE); virtual void box3d(int x1, int y1, int x2, int y2, ColorP = DOS_WHITE, ColorP = DOS_HIGH_WHITE, ColorP = DOS_GRAY, int = 2, bool = false); virtual void box(int x1, int y1, int x2, int y2, ColorP, ColorP, ColorP, ColorP); -- cgit v1.2.3