X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fopengl.hh;h=7c802001bed7751ee4e1dbce956b80b2eb914ffb;hp=6eeb5532f60427a07ada8bc167852c77c378be95;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/opengl.hh b/src/moof/opengl.hh index 6eeb553..7c80200 100644 --- a/src/moof/opengl.hh +++ b/src/moof/opengl.hh @@ -10,12 +10,6 @@ #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 @@ -27,6 +21,12 @@ #include +/** + * \file opengl.hh + * Defines macros for OpenGL functions that operate on scalars, vectors, and + * matrices. + */ + // generic function arguments #define ARGS_P const GLscalar* p