7dcf2df39c
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2799 127b21dd-08f5-0310-b4b7-95ae10353056
11 lines
296 B
C
11 lines
296 B
C
typedef float GLfloat;
|
|
typedef unsigned long GLenum;
|
|
typedef unsigned char GLubyte;
|
|
typedef unsigned short GLushort;
|
|
typedef unsigned long GLuint;
|
|
|
|
|
|
#define GL_UNSIGNED_BYTE 0x1401
|
|
#define GL_UNSIGNED_SHORT 0x1403
|
|
#define GL_UNSIGNED_INT 0x1405
|