- cleanup of header files related to opengl / glew

This commit is contained in:
Mark Vejvoda
2011-11-19 10:13:27 +00:00
parent cef0577e3e
commit 53e1610234
11 changed files with 5 additions and 51 deletions

View File

@@ -16,20 +16,13 @@
#include <windows.h>
#include <GL/glew.h>
//#include "gl.h"
//#include <GL/gl.h>
//#include <GL/glu.h>
//#include <glprocs.h>
#define GLEST_GLPROC(X, Y) inline X( static a= wglGetProcAddress(a); return a;)
#else
#include <GL/glew.h>
#include <SDL.h>
#define GL_GLEXT_PROTOTYPES
//#include <SDL_opengl.h>
#endif

View File

@@ -13,7 +13,6 @@
#include <SDL.h>
#include <iostream>
//#include "gl.h"
#include <GL/glew.h>
#include "leak_dumper.h"