Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 11346:e40318d2bcd8
[gaim-migrate @ 13563]
added single entry point for NTLM support
committer: Tailor Script <tailor@pidgin.im>
| author | Thomas Butter <tbutter> |
|---|---|
| date | Fri, 26 Aug 2005 02:10:26 +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;
