Mercurial > pidgin
diff plugins/crazychat/mat_struct.h @ 11232:8bcd4d4ccef6
[gaim-migrate @ 13372]
committing crazychat again. hopefully here to stay.
committer: Tailor Script <tailor@pidgin.im>
| author | Charlie Stockman <chuckleberry> |
|---|---|
| date | Thu, 11 Aug 2005 07:56:29 +0000 |
| parents | ed017b9c532d |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/crazychat/mat_struct.h Thu Aug 11 07:56:29 2005 +0000 @@ -0,0 +1,12 @@ +#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; \ No newline at end of file
