Windows WIP.

This commit is contained in:
unknown 2008-05-06 22:57:13 -07:00 committed by Patryk Obara
parent 5d3725f9d9
commit c51b91cfe7
18 changed files with 256 additions and 147 deletions

View file

@ -1,8 +1,12 @@
#ifndef OGLFUNC_H
#define OGLFUNC_H
#if defined(_MSC_VER)
#include <windows.h>
#endif
#include <GL/gl.h>
#include <GL/glext.h>
//#include <GL/glext.h>
typedef void (APIENTRY *PFNGLALPHAFUNCPROC)(GLenum, GLclampf);
typedef void (APIENTRY *PFNGLARRAYELEMENTPROC)(GLint);