mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
Add missing include glext.h
svn path=/trunk/; revision=30757
This commit is contained in:
parent
f7c97d73d8
commit
090e490da6
1 changed files with 1 additions and 3 deletions
|
@ -5,11 +5,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include <GL/glext.h>
|
||||
#include "resource.h"
|
||||
|
||||
/* missing declare from gl.h */
|
||||
#define GL_BGR_EXT 0x80E0
|
||||
|
||||
HINSTANCE hInstance; // Holds The Instance Of The Application
|
||||
|
||||
GLuint texture[3]; //stores texture objects and display list
|
||||
|
|
Loading…
Reference in a new issue