Mercurial > pidgin.yaz
view plugins/crazychat/mat_struct.h @ 12083:a825137820c7
[gaim-migrate @ 14380]
01:59 < Bleeter> make[2]: *** No rule to make target `Makefile.ms', needed by `distdir'. Stop.
01:59 < Bleeter> make[1]: *** [distdir] Error 1
01:59 < Bleeter> make: *** [distdir] Error 1
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 14 Nov 2005 08:40:54 +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;