]> Dogcows Code - chaz/yoink/blobdiff - src/moof/math.hh
prep for runloop code
[chaz/yoink] / src / moof / math.hh
index 1c09d6ea4cc620d125cab4633becd37273f0574c..14e8c78626acdb41bfedac1b8609e19d9588818b 100644 (file)
  * General math-related types and functions.
  */
 
-#include <cmath>
+#include "config.h"
 
-#include <SDL/SDL_opengl.h>
+#include <cmath>
 
 #include <cml/cml.h>
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
+#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.019327 seconds and 4 git commands to generate.