X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=8efee2e1b1536fe0f81dcb81d1c752af1d283cac;hp=417c6c12a35a3125f0bcda3a7cbc2996c8924ddc;hb=ae2bbf404cbdf63152d22f1b0824468d04f8f8ce;hpb=fec1ab31707e68c2396b186e0e4928632402d649 diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index 417c6c1..8efee2e 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -7,7 +7,10 @@ //#define DEBUG #define CHECKS + +/* features */ #define SPLAY +#define DONT_REMEMBER_CROSSINGS typedef enum {DIR_UP, DIR_DOWN, DIR_UNKNOWN} segment_dir_t; typedef enum {EVENT_CROSS, EVENT_END, EVENT_START, EVENT_HORIZONTAL} eventtype_t;