X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=68026228cfc4765cd90c0fa95750f02c7ef5b113;hp=fb1128c1d7264e767bf82d4191a896f2bbd2c9da;hb=33e9461da6b886671749d6cbabd80b355ab1f6d9;hpb=c768cd47515e9101d8d38de85cc2f6fcbfccaef6 diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index fb1128c..6802622 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -5,8 +5,8 @@ #include "../q.h" //#define DEBUG -#define CHECKS -//#define SPLAY +//#define CHECKS +#define SPLAY typedef enum {DIR_UP, DIR_DOWN} segment_dir_t; typedef enum {EVENT_CROSS, EVENT_END, EVENT_CORNER, EVENT_START, EVENT_HORIZONTAL} eventtype_t;