Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12038:112dad7aeba9
[gaim-migrate @ 14331]
FreeBSD doesn't have libdl, dlopen is provided by libc, so we shouldn't
hardcode -ldl without testing for it.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Thu, 10 Nov 2005 18:39:57 +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;
