ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/opengl.h
Revision: 1.1
Committed: Sun Oct 10 14:15:15 2004 UTC (19 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef OPENGL_H
2 #define OPENGL_H
3
4 #define GL_GLEXT_PROTOTYPES
5
6 #include <SDL.h>
7 #include <SDL_opengl.h>
8
9 #include <GL/gl.h>
10 #include <GL/glext.h>
11
12 // we should get rid of some of these
13 #include <GL/glu.h>
14 #include <GL/glut.h>
15
16 #include <Cg/cg.h>
17 #include <Cg/cgGL.h>
18
19 #include "gldebug.h"
20
21 #endif
22