Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12716:c08fcbcc6a3e
[gaim-migrate @ 15060]
There is no stock ACCEPT item, so add the mnemonic here.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 04 Jan 2006 17:36:42 +0000 |
| parents | ed017b9c532d |
| children |
line wrap: on
line source
#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;
