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

Comparing libgender/util.h (file contents):
Revision 1.18 by root, Tue Oct 5 07:09:17 2004 UTC vs.
Revision 1.19 by root, Tue Oct 5 07:35:26 2004 UTC

10using namespace std; 10using namespace std;
11 11
12extern CGcontext cgc; 12extern CGcontext cgc;
13extern CGprogram vsh; 13extern CGprogram vsh;
14extern CGprogram fsh; 14extern CGprogram fsh;
15extern CGparameter mv;
16extern CGparameter mvp; 15extern CGparameter mv, mvp, lightpos;
17 16
18#include <GL/gl.h> 17#include <GL/gl.h>
19 18
20typedef int soffs; // 32 bit 19typedef int soffs; // 32 bit
21typedef unsigned int uoffs; 20typedef unsigned int uoffs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines