pidgin/plugins/crazychat/mat_struct.h@f7d6ee5315c9
pidgin/plugins/crazychat/mat_struct.h
Sun, 03 May 2009 17:10:51 +0000
- author
- Paul Aurich <darkrain42@pidgin.im>
- date
- Sun, 03 May 2009 17:10:51 +0000
- changeset 27023
- f7d6ee5315c9
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309
#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;