X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=0017f8e8b78f10ce82a0393b4da09d527c4f2368;hb=HEAD;hp=180a4f1f7cb21f96d73d465a233c1e2a803928e7;hpb=37ae23b3b4f65f65313ca4648197bf2251211193;p=swftools.git diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index 180a4f1..0017f8e 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -6,9 +6,6 @@ #include "../types.h" #include "wind.h" -//#define DEBUG -#define CHECKS - /* features */ #define SPLAY #define DONT_REMEMBER_CROSSINGS @@ -93,7 +90,7 @@ typedef struct _segment { void gfxpoly_fail(char*expr, char*file, int line, const char*function); -char gfxpoly_check(gfxpoly_t*poly); +char gfxpoly_check(gfxpoly_t*poly, char updown); int gfxpoly_num_segments(gfxpoly_t*poly); int gfxpoly_size(gfxpoly_t*poly); void gfxpoly_dump(gfxpoly_t*poly);