Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12808:59ce7a35a22b
[gaim-migrate @ 15155]
Lots of whitespace changes, with some returned object class stuff thrown in
for good measure. I'm getting to the end of my changes.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Tue, 10 Jan 2006 07:49:37 +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;
