Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12369:a1c4d7daabe7
[gaim-migrate @ 14673]
a doxygen tweak from Peter Lawler
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Tue, 06 Dec 2005 03:46: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;
