diff options
author | Karl Schultz <[email protected]> | 2001-09-20 22:19:41 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-09-20 22:19:41 +0000 |
commit | 80d58556922d466620facd5917ada4d3cad612b2 (patch) | |
tree | fed464b4593914ccb6e7014c3a569404b425fbea /include/GL/glu.h | |
parent | 448b88bb8025f01a497f929d9f077e1ccb6f9836 (diff) |
add the same conditional mangling stuff that gl.h has.
Diffstat (limited to 'include/GL/glu.h')
-rw-r--r-- | include/GL/glu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h index 4de6965c702..54eb836d53c 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -30,6 +30,10 @@ #ifndef __glu_h__ #define __glu_h__ +#if defined(USE_MGL_NAMESPACE) +#include "glu_mangle.h" +#endif + #include <GL/gl.h> #ifdef __cplusplus |