Added missing glext.h for anisotropic filtering

This commit is contained in:
mudlord 2007-11-08 10:34:40 +00:00
parent d81f8ce729
commit bdda7f894d
1 changed files with 677 additions and 672 deletions

View File

@ -32,8 +32,13 @@
// OpenGL
#include <gl/GL.h> // main include file
#include <gl/glext.h>
typedef BOOL (APIENTRY *PFNWGLSWAPINTERVALFARPROC)( int );
#ifndef GL_TEXTURE_MAX_ANISOTROPY_EXT
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
#endif
extern int Init_2xSaI(u32);
extern void winlog(const char *,...);
extern int systemSpeed;