ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/opengl.h
Revision: 1.2
Committed: Mon Oct 11 00:05:48 2004 UTC (19 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +1 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.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 root 1.2 #include <GL/glu.h>
11 root 1.1 #include <GL/glext.h>
12    
13     #include <Cg/cg.h>
14     #include <Cg/cgGL.h>
15    
16     #include "gldebug.h"
17    
18     #endif
19