ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/opengl.h
Revision: 1.3
Committed: Sat Oct 16 23:23:21 2004 UTC (19 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.2: +4 -3 lines
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 <GL/gl.h>
7 #include <GL/glu.h>
8 #include <GL/glext.h>
9
10 #include <SDL.h>
11 #define NO_SDL_GLEXT 1
12 #include <SDL_opengl.h>
13
14 #include <Cg/cg.h>
15 #include <Cg/cgGL.h>
16
17 #include "gldebug.h"
18
19 #endif
20