1
0
Fork 0
forked from fte/fteqw

Someone's header file doesn't include these.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@848 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-28 04:27:44 +00:00
parent ec2d561ffd
commit a952965761

View file

@ -18,6 +18,15 @@ extern qlpMTex2FUNC qglMultiTexCoord2fARB;
#include <GL/glext.h> //would be ideal.
#else
#ifndef GL_TEXTURE_WIDTH
#define GL_TEXTURE_WIDTH 0x1000
#endif
#ifndef GL_TEXTURE_HEIGHT
#define GL_TEXTURE_HEIGHT 0x1001
#endif
#ifndef GL_TEXTURE_INTERNAL_FORMAT
#define GL_TEXTURE_INTERNAL_FORMAT 0x1003
#endif
//#ifndef GL_VERSION_1_2
#define GL_CLAMP_TO_EDGE 0x812F