Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13396:bb17a6cb32dc
[gaim-migrate @ 15769]
This plugin should also not be forcing message timestamps on when it is
unloaded.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 06 Mar 2006 09:21:35 +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;
