ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/opengl.h
(Generate patch)

Comparing libgender/opengl.h (file contents):
Revision 1.1 by root, Sun Oct 10 14:15:15 2004 UTC vs.
Revision 1.2 by root, Mon Oct 11 00:05:48 2004 UTC

5 5
6#include <SDL.h> 6#include <SDL.h>
7#include <SDL_opengl.h> 7#include <SDL_opengl.h>
8 8
9#include <GL/gl.h> 9#include <GL/gl.h>
10#include <GL/glu.h>
10#include <GL/glext.h> 11#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 12
16#include <Cg/cg.h> 13#include <Cg/cg.h>
17#include <Cg/cgGL.h> 14#include <Cg/cgGL.h>
18 15
19#include "gldebug.h" 16#include "gldebug.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines