X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fmath.hh;h=14e8c78626acdb41bfedac1b8609e19d9588818b;hb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9;hp=62e68c8fa2ae4b0b8dcb7acbb6197e5656b60908;hpb=449366f5f32d24f2a2a6589da6e16b2bf0d61773;p=chaz%2Fyoink diff --git a/src/moof/math.hh b/src/moof/math.hh index 62e68c8..14e8c78 100644 --- a/src/moof/math.hh +++ b/src/moof/math.hh @@ -17,7 +17,7 @@ * General math-related types and functions. */ -#include "../config.h" +#include "config.h" #include @@ -25,7 +25,7 @@ #include -#if USE_DOUBLE_PRECISION +#if ENABLE_DOUBLE_PRECISION typedef GLdouble GLscalar; #define GL_SCALAR GL_DOUBLE #define SCALAR(D) (D)