add glext.h, remove GLU dependency

This commit is contained in:
Eduardo Bart
2011-11-22 22:21:33 -02:00
parent b50cb35734
commit 18c122c71e
4 changed files with 11491 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
#include "graphics.h"
#include <GL/gl.h>
#include <GL/glext.h>
#include <framework/thirdparty/glext.h>
Texture::Texture()
{