mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:24: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 <stdlib.h>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GL/glu.h>
|
#include <GL/glu.h>
|
||||||
|
#include <GL/glext.h>
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
/* missing declare from gl.h */
|
|
||||||
#define GL_BGR_EXT 0x80E0
|
|
||||||
|
|
||||||
HINSTANCE hInstance; // Holds The Instance Of The Application
|
HINSTANCE hInstance; // Holds The Instance Of The Application
|
||||||
|
|
||||||
GLuint texture[3]; //stores texture objects and display list
|
GLuint texture[3]; //stores texture objects and display list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue