From e0f0cfd81fbec4fc20a591409f1bef67e16d62e7 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 20 May 2003 01:53:24 +0000 Subject: Bugfixes --- include/shape.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/shape.h') diff --git a/include/shape.h b/include/shape.h index f107a00..58f4c07 100644 --- a/include/shape.h +++ b/include/shape.h @@ -32,6 +32,7 @@ namespace mogltk { void walk(fillwalker *); void swalk(segwalker *); void insert(int, int, int, int); + void insertfix(int, int); int GetMinX() const; int GetMinY() const; int GetMaxX() const; @@ -52,6 +53,7 @@ namespace mogltk { virtual ~sline(); int GetY() const; void insert(int, int); + void insertfix(int, int); void walk(fillwalker *); private: class point : public Base { @@ -74,6 +76,8 @@ namespace mogltk { protected: point * pheader; friend class point; + private: + int count() const; }; int minX, minY, maxX, maxY; texture * cached; -- cgit v1.2.3