plugins/crazychat/mat_struct.h@ff19c64bcc64
plugins/crazychat/mat_struct.h
Tue, 30 Aug 2005 12:07:58 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Tue, 30 Aug 2005 12:07:58 +0000
- changeset 11372
- ff19c64bcc64
- parent 11218
-
886e6862af56
- permissions
- -rw-r--r--
[gaim-migrate @ 13597]
Removing another problematic correction.
#include <GL/gl.h>
#include <GL/glu.h>
typedef struct sample_MATERIAL{
GLfloat ambient[3];
GLfloat diffuse[3];
GLfloat specular[3];
GLfloat emission[3];
GLfloat alpha;
GLfloat phExp;
int texture;
}sample_MATERIAL;