]> Dogcows Code - chaz/yoink/blobdiff - src/moof/math.hh
initial runloop implementation
[chaz/yoink] / src / moof / math.hh
index 62e68c8fa2ae4b0b8dcb7acbb6197e5656b60908..14e8c78626acdb41bfedac1b8609e19d9588818b 100644 (file)
@@ -17,7 +17,7 @@
  * General math-related types and functions.
  */
 
-#include "../config.h"
+#include "config.h"
 
 #include <cmath>
 
@@ -25,7 +25,7 @@
 #include <SDL/SDL_opengl.h>
 
 
-#if USE_DOUBLE_PRECISION
+#if ENABLE_DOUBLE_PRECISION
 typedef GLdouble       GLscalar;
 #define GL_SCALAR      GL_DOUBLE
 #define SCALAR(D)      (D)
This page took 0.022515 seconds and 4 git commands to generate.