Sync with DEFAULT

This commit is contained in:
Oliver Duis
2012-07-17 21:54:18 +02:00
parent b3f1403146
commit df76c5b6a8
19 changed files with 155 additions and 105 deletions

View File

@@ -32,7 +32,6 @@
#define CURVES_MIN_POLY_POINTS 1000
#include "rt_math.h"
//#define SQR(x) ((x)*(x))
#define CLIPI(a) ((a)>0?((a)<65534?(a):65534):0)