X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Ftransformationtype.h;fp=src%2Ftransformationtype.h;h=4f27d5f74fc6026605ef801a7f96e275c8784171;hp=0000000000000000000000000000000000000000;hb=326f04a375ce3120f7e8957e3d7cd5f296f513e3;hpb=ef0af5fd0129161a9e079bd3cd1298b53f1fe11a diff --git a/src/transformationtype.h b/src/transformationtype.h new file mode 100644 index 0000000..4f27d5f --- /dev/null +++ b/src/transformationtype.h @@ -0,0 +1,9 @@ +#ifndef _TRANSFORMATIONTYPE_H +#define _TRANSFORMATIONTYPE_H + +#ifdef QUADTREE_DISABLED +#define TRANSFORM_OBJECTS_NOT_VIEW +#define TRANSFORM_BEZIERS_TO_PATH +#endif + +#endif