Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13322:83d522bbc741
[gaim-migrate @ 15692]
How did we let our Makefile.am get so broken, and worse still, how did
Bleeter get away without telling us we broke it?
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Fri, 24 Feb 2006 02:16:25 +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;
