]> Dogcows Code - chaz/yoink/blobdiff - src/moof/opengl.hh
pch support
[chaz/yoink] / src / moof / opengl.hh
index 6eeb5532f60427a07ada8bc167852c77c378be95..7c802001bed7751ee4e1dbce956b80b2eb914ffb 100644 (file)
 #ifndef _MOOF_OPENGL_HH_
 #define _MOOF_OPENGL_HH_
 
-/**
- * \file opengl.hh
- * Defines macros for OpenGL functions that operate on scalars, vectors, and
- * matrices.
- */
-
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
 #include <moof/math.hh>
 
 
+/**
+ * \file opengl.hh
+ * Defines macros for OpenGL functions that operate on scalars, vectors, and
+ * matrices.
+ */
+
 // generic function arguments
 
 #define ARGS_P         const GLscalar* p
This page took 0.019561 seconds and 4 git commands to generate.