1 /***************************************************************************
2 glu_rip.h - description
4 A few convenience routines ripped from MesaGL
5 ***************************************************************************/
7 #ifndef _GLU_RIP_H_
8 #define _GLU_RIP_H_
10 #ifdef __cplusplus
12 #endif
14 #include <GL/gl.h>
16 #include <malloc.h>
17 #include <math.h>
19 #ifndef M_PI
20 #define M_PI 3.14159265358979323846
21 #endif
41 #ifdef __cplusplus
42 }
43 #endif
45 #endif