Added missing glext.h for anisotropic filtering
This commit is contained in:
parent
d81f8ce729
commit
bdda7f894d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue