X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=2882b4ce5a1d8590dc51cfd534a7079a725c5026;hp=180a4f1f7cb21f96d73d465a233c1e2a803928e7;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hpb=37ae23b3b4f65f65313ca4648197bf2251211193 diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index 180a4f1..2882b4c 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -6,7 +6,7 @@ #include "../types.h" #include "wind.h" -//#define DEBUG +#define DEBUG #define CHECKS /* features */ @@ -93,7 +93,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);