1
0
forked from 0ad/0ad

now includes wglext for "proper" definition of win-specific funcs

This was SVN commit r463.
This commit is contained in:
janwas 2004-06-09 17:59:01 +00:00
parent 0997ca4c19
commit 5a59c28e95

View File

@ -1,9 +1,10 @@
//#include <GL/glext.h>
//#include <GL/wglext.h>
#include <GL/wglext.h>
/*
typedef void* HDC;
typedef void* HGLRC;
typedef void* HPBUFFERARB;
*/
// were these defined as real functions in gl.h already?